Html Css Color HEX #36F140 Lime Green

📋 copy color: '#36F140'

red 54 ◦ green 241 ◦ blue 64

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

Shades of Lime Green #36F140

Tints of Lime Green #36F140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.83%

R = 15.04%
G = 67.13%
B = 17.83%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#36F140 (or 0x36F140) is known color: Lime Green. HEX triplet: 36, F1 and 40. RGB value is (54,241,64). Sum of RGB (Red+Green+Blue) = 54+241+64=359 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.04% from 359); Green value is 241 (94.53% from 255 or 67.13% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 241 - color contains mainly: green. Hex color #36F140 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36F140 is #C90EBF. Grayscale: #A5A5A5. Windows color (decimal): -13176512 or 4256054. OLE color: 4256054.

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

Color convert

RGB 54 241 64 -
CMYK 0.78 0 0.73 0.05
HSL 123.21º 0.87% 0.58% -
HSV(B) 123.21º 0.78% 0.95% -
XYZ 33.9 64.07 15.43 -
YUV 164.91 71.05 48.89 -
System Red Green Blue C M Y K H S L
Decimal 54 241 64 0.78 0 0.73 0.05 123.21 0.87 0.58
Hex 36 F1 40 4E 0 49 5 7B 57 3A
Octal 66 361 100 116 0 111 5 173 127 72
Binary 110110 11110001 1000000 1001110 0 1001001 101 1111011 1010111 111010

Color Harmonies of #36F140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36F140

Black with #36F140

Text Example


Text Example

White with #36F140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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