Html Css Color HEX #76F228 Lawn Green

📋 copy color: '#76F228'

red 118 ◦ green 242 ◦ blue 40

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

Shades of Lawn Green #76F228

Tints of Lawn Green #76F228

RGB

 RED value IS 118 (46.48% from 255) = 29.5%

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

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

R = 29.5%
G = 60.5%
B = 10%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#76F228 (or 0x76F228) is known color: Lawn Green. HEX triplet: 76, F2 and 28. RGB value is (118,242,40). Sum of RGB (Red+Green+Blue) = 118+242+40=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 242 (94.92% from 255 or 60.5% from 400); Blue value is 40 (16.02% from 255 or 10% from 400); Max value from RGB is 242 - color contains mainly: green. Hex color #76F228 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76F228 is #890DD7. Grayscale: #B6B6B6. Windows color (decimal): -8981976 or 2683510. OLE color: 2683510.

HSL color Cylindrical-coordinate representation of color #76F228: hue angle of 96.83º 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 #76F228 is Cyan = 0.51, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 118 242 40 -
CMYK 0.51 0 0.83 0.05
HSL 96.83º 0.89% 0.55% -
HSV(B) 96.83º 0.83% 0.95% -
XYZ 39.61 67.51 12.95 -
YUV 181.9 47.92 82.43 -
System Red Green Blue C M Y K H S L
Decimal 118 242 40 0.51 0 0.83 0.05 96.83 0.89 0.55
Hex 76 F2 28 33 0 53 5 61 59 37
Octal 166 362 50 63 0 123 5 141 131 67
Binary 1110110 11110010 101000 110011 0 1010011 101 1100001 1011001 110111

Color Harmonies of #76F228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F228

Black with #76F228

Text Example


Text Example

White with #76F228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76F228; }

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

 H1.HeaderClassName
 {
   color: #76F228;
 }
 .AnyTagClassName
 {
   color: #76F228;
 }
</style>

background-color css

<style>
 a { background-color: #76F228; }

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

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

border-color css

<style>
 span { border-color: #76F228; }

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

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