Html Css Color HEX #36F325 Lime Green

📋 copy color: '#36F325'

red 54 ◦ green 243 ◦ blue 37

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

Shades of Lime Green #36F325

Tints of Lime Green #36F325

RGB

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

 GREEN value IS 243 (95.31% from 255) = 72.75%

 BLUE value IS 37 (14.84% from 255) = 11.08%

R = 16.17%
G = 72.75%
B = 11.08%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#36F325 (or 0x36F325) is known color: Lime Green. HEX triplet: 36, F3 and 25. RGB value is (54,243,37). Sum of RGB (Red+Green+Blue) = 54+243+37=334 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.17% from 334); Green value is 243 (95.31% from 255 or 72.75% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 243 - color contains mainly: green. Hex color #36F325 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36F325 is #C90CDA. Grayscale: #A3A3A3. Windows color (decimal): -13176027 or 2487094. OLE color: 2487094.

HSL color Cylindrical-coordinate representation of color #36F325: hue angle of 115.05º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #36F325 is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 54 243 37 -
CMYK 0.78 0 0.85 0.05
HSL 115.05º 0.9% 0.55% -
HSV(B) 115.05º 0.85% 0.95% -
XYZ 33.91 65.02 12.51 -
YUV 163.01 56.88 50.25 -
System Red Green Blue C M Y K H S L
Decimal 54 243 37 0.78 0 0.85 0.05 115.05 0.9 0.55
Hex 36 F3 25 4E 0 55 5 73 5A 37
Octal 66 363 45 116 0 125 5 163 132 67
Binary 110110 11110011 100101 1001110 0 1010101 101 1110011 1011010 110111

Color Harmonies of #36F325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36F325

Black with #36F325

Text Example


Text Example

White with #36F325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,243,37); }

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

background-color css

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

 a { background-color: rgb(54,243,37); }

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

border-color css

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

 span { border-color: rgb(54,243,37); }

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