Html Css Color HEX #36F226 Lime Green

📋 copy color: '#36F226'

red 54 ◦ green 242 ◦ blue 38

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

Shades of Lime Green #36F226

Tints of Lime Green #36F226

RGB

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

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

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

R = 16.17%
G = 72.46%
B = 11.38%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#36F226 (or 0x36F226) is known color: Lime Green. HEX triplet: 36, F2 and 26. RGB value is (54,242,38). Sum of RGB (Red+Green+Blue) = 54+242+38=334 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.17% from 334); Green value is 242 (94.92% from 255 or 72.46% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 242 - color contains mainly: green. Hex color #36F226 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36F226 is #C90DD9. Grayscale: #A3A3A3. Windows color (decimal): -13176282 or 2552374. OLE color: 2552374.

HSL color Cylindrical-coordinate representation of color #36F226: hue angle of 115.29º 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 #36F226 is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 54 242 38 -
CMYK 0.78 0 0.84 0.05
HSL 115.29º 0.89% 0.55% -
HSV(B) 115.29º 0.84% 0.95% -
XYZ 33.62 64.43 12.5 -
YUV 162.53 57.72 50.59 -
System Red Green Blue C M Y K H S L
Decimal 54 242 38 0.78 0 0.84 0.05 115.29 0.89 0.55
Hex 36 F2 26 4E 0 54 5 73 59 37
Octal 66 362 46 116 0 124 5 163 131 67
Binary 110110 11110010 100110 1001110 0 1010100 101 1110011 1011001 110111

Color Harmonies of #36F226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36F226

Black with #36F226

Text Example


Text Example

White with #36F226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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