Html Css Color HEX #7DF231 Lawn Green

📋 copy color: '#7DF231'

red 125 ◦ green 242 ◦ blue 49

#7DF231
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lawn Green #7DF231

Tints of Lawn Green #7DF231

RGB

 RED value IS 125 (49.22% from 255) = 30.05%

 GREEN value IS 242 (94.92% from 255) = 58.17%

 BLUE value IS 49 (19.53% from 255) = 11.78%

R = 30.05%
G = 58.17%
B = 11.78%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7DF231 (or 0x7DF231) is known color: Lawn Green. HEX triplet: 7D, F2 and 31. RGB value is (125,242,49). Sum of RGB (Red+Green+Blue) = 125+242+49=416 (55% of max value = 765). Red value is 125 (49.22% from 255 or 30.05% from 416); Green value is 242 (94.92% from 255 or 58.17% from 416); Blue value is 49 (19.53% from 255 or 11.78% from 416); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF231 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DF231 is #820DCE. Grayscale: #B9B9B9. Windows color (decimal): -8523215 or 3273341. OLE color: 3273341.

HSL color Cylindrical-coordinate representation of color #7DF231: hue angle of 96.37º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7DF231 is Cyan = 0.48, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 125 242 49 -
CMYK 0.48 0 0.80 0.05
HSL 96.37º 0.88% 0.57% -
HSV(B) 96.37º 0.8% 0.95% -
XYZ 40.76 68.09 13.9 -
YUV 185.02 51.24 85.19 -
System Red Green Blue C M Y K H S L
Decimal 125 242 49 0.48 0 0.80 0.05 96.37 0.88 0.57
Hex 7D F2 31 30 0 50 5 60 58 39
Octal 175 362 61 60 0 120 5 140 130 71
Binary 1111101 11110010 110001 110000 0 1010000 101 1100000 1011000 111001

Color Harmonies of #7DF231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF231

Black with #7DF231

Text Example


Text Example

White with #7DF231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DF231; }

 p { color: rgb(125,242,49); }

 H1.HeaderClassName
 {
   color: #7DF231;
 }
 .AnyTagClassName
 {
   color: #7DF231;
 }
</style>

background-color css

<style>
 a { background-color: #7DF231; }

 a { background-color: rgb(125,242,49); }

 div.DivClassName
 {
   background-color: #7DF231;
 }
 .BgClassName
 {
   background-color: #7DF231;
 }
</style>

border-color css

<style>
 span { border-color: #7DF231; }

 span { border-color: rgb(125,242,49); }

 td.TdClassName
 {
   border-color: #7DF231;
 }
 .TagClassName
 {
   border-color: #7DF231;
 }
</style>