Html Css Color HEX #7DF228 Lawn Green

📋 copy color: '#7DF228'

red 125 ◦ green 242 ◦ blue 40

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

Shades of Lawn Green #7DF228

Tints of Lawn Green #7DF228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.83%

R = 30.71%
G = 59.46%
B = 9.83%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#7DF228 (or 0x7DF228) is known color: Lawn Green. HEX triplet: 7D, F2 and 28. RGB value is (125,242,40). Sum of RGB (Red+Green+Blue) = 125+242+40=407 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.71% from 407); Green value is 242 (94.92% from 255 or 59.46% from 407); Blue value is 40 (16.02% from 255 or 9.83% from 407); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF228 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DF228 is #820DD7. Grayscale: #B8B8B8. Windows color (decimal): -8523224 or 2683517. OLE color: 2683517.

HSL color Cylindrical-coordinate representation of color #7DF228: hue angle of 94.75º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7DF228 is Cyan = 0.48, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 125 242 40 -
CMYK 0.48 0 0.83 0.05
HSL 94.75º 0.89% 0.55% -
HSV(B) 94.75º 0.83% 0.95% -
XYZ 40.59 68.02 13 -
YUV 183.99 46.74 85.93 -
System Red Green Blue C M Y K H S L
Decimal 125 242 40 0.48 0 0.83 0.05 94.75 0.89 0.55
Hex 7D F2 28 30 0 53 5 5F 59 37
Octal 175 362 50 60 0 123 5 137 131 67
Binary 1111101 11110010 101000 110000 0 1010011 101 1011111 1011001 110111

Color Harmonies of #7DF228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF228

Black with #7DF228

Text Example


Text Example

White with #7DF228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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