Html Css Color HEX #7DF226 Lawn Green

📋 copy color: '#7DF226'

red 125 ◦ green 242 ◦ blue 38

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

Shades of Lawn Green #7DF226

Tints of Lawn Green #7DF226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.38%

R = 30.86%
G = 59.75%
B = 9.38%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#7DF226 (or 0x7DF226) is known color: Lawn Green. HEX triplet: 7D, F2 and 26. RGB value is (125,242,38). Sum of RGB (Red+Green+Blue) = 125+242+38=405 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.86% from 405); Green value is 242 (94.92% from 255 or 59.75% from 405); Blue value is 38 (15.23% from 255 or 9.38% from 405); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF226 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DF226 is #820DD9. Grayscale: #B8B8B8. Windows color (decimal): -8523226 or 2552445. OLE color: 2552445.

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

Color convert

RGB 125 242 38 -
CMYK 0.48 0 0.84 0.05
HSL 94.41º 0.89% 0.55% -
HSV(B) 94.41º 0.84% 0.95% -
XYZ 40.56 68 12.82 -
YUV 183.76 45.74 86.09 -
System Red Green Blue C M Y K H S L
Decimal 125 242 38 0.48 0 0.84 0.05 94.41 0.89 0.55
Hex 7D F2 26 30 0 54 5 5E 59 37
Octal 175 362 46 60 0 124 5 136 131 67
Binary 1111101 11110010 100110 110000 0 1010100 101 1011110 1011001 110111

Color Harmonies of #7DF226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF226

Black with #7DF226

Text Example


Text Example

White with #7DF226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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