Html Css Color HEX #36F13F Lime Green

📋 copy color: '#36F13F'

red 54 ◦ green 241 ◦ blue 63

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

Shades of Lime Green #36F13F

Tints of Lime Green #36F13F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 67.32%

 BLUE value IS 63 (25% from 255) = 17.6%

R = 15.08%
G = 67.32%
B = 17.6%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#36F13F (or 0x36F13F) is known color: Lime Green. HEX triplet: 36, F1 and 3F. RGB value is (54,241,63). Sum of RGB (Red+Green+Blue) = 54+241+63=358 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.08% from 358); Green value is 241 (94.53% from 255 or 67.32% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 241 - color contains mainly: green. Hex color #36F13F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36F13F is #C90EC0. Grayscale: #A5A5A5. Windows color (decimal): -13176513 or 4190518. OLE color: 4190518.

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

Color convert

RGB 54 241 63 -
CMYK 0.78 0 0.74 0.05
HSL 122.89º 0.87% 0.58% -
HSV(B) 122.89º 0.78% 0.95% -
XYZ 33.87 64.05 15.28 -
YUV 164.8 70.55 48.97 -
System Red Green Blue C M Y K H S L
Decimal 54 241 63 0.78 0 0.74 0.05 122.89 0.87 0.58
Hex 36 F1 3F 4E 0 4A 5 7B 57 3A
Octal 66 361 77 116 0 112 5 173 127 72
Binary 110110 11110001 111111 1001110 0 1001010 101 1111011 1010111 111010

Color Harmonies of #36F13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36F13F

Black with #36F13F

Text Example


Text Example

White with #36F13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,241,63); }

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

background-color css

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

 a { background-color: rgb(54,241,63); }

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

border-color css

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

 span { border-color: rgb(54,241,63); }

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