Html Css Color HEX #36F428 Lime Green

📋 copy color: '#36F428'

red 54 ◦ green 244 ◦ blue 40

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

Shades of Lime Green #36F428

Tints of Lime Green #36F428

RGB

 RED value IS 54 (21.48% from 255) = 15.98%

 GREEN value IS 244 (95.7% from 255) = 72.19%

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

R = 15.98%
G = 72.19%
B = 11.83%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#36F428 (or 0x36F428) is known color: Lime Green. HEX triplet: 36, F4 and 28. RGB value is (54,244,40). Sum of RGB (Red+Green+Blue) = 54+244+40=338 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.98% from 338); Green value is 244 (95.70% from 255 or 72.19% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 244 - color contains mainly: green. Hex color #36F428 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36F428 is #C90BD7. Grayscale: #A4A4A4. Windows color (decimal): -13175768 or 2683958. OLE color: 2683958.

HSL color Cylindrical-coordinate representation of color #36F428: hue angle of 115.88º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #36F428 is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 54 244 40 -
CMYK 0.78 0 0.84 0.04
HSL 115.88º 0.9% 0.56% -
HSV(B) 115.88º 0.84% 0.96% -
XYZ 34.26 65.64 12.87 -
YUV 163.93 58.05 49.59 -
System Red Green Blue C M Y K H S L
Decimal 54 244 40 0.78 0 0.84 0.04 115.88 0.9 0.56
Hex 36 F4 28 4E 0 54 4 74 5A 38
Octal 66 364 50 116 0 124 4 164 132 70
Binary 110110 11110100 101000 1001110 0 1010100 100 1110100 1011010 111000

Color Harmonies of #36F428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36F428

Black with #36F428

Text Example


Text Example

White with #36F428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36F428; }

 p { color: rgb(54,244,40); }

 H1.HeaderClassName
 {
   color: #36F428;
 }
 .AnyTagClassName
 {
   color: #36F428;
 }
</style>

background-color css

<style>
 a { background-color: #36F428; }

 a { background-color: rgb(54,244,40); }

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

border-color css

<style>
 span { border-color: #36F428; }

 span { border-color: rgb(54,244,40); }

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