Html Css Color HEX #36FA34 Lime Green

📋 copy color: '#36FA34'

red 54 ◦ green 250 ◦ blue 52

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

Shades of Lime Green #36FA34

Tints of Lime Green #36FA34

RGB

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

 GREEN value IS 250 (98.05% from 255) = 70.22%

 BLUE value IS 52 (20.7% from 255) = 14.61%

R = 15.17%
G = 70.22%
B = 14.61%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#36FA34 (or 0x36FA34) is known color: Lime Green. HEX triplet: 36, FA and 34. RGB value is (54,250,52). Sum of RGB (Red+Green+Blue) = 54+250+52=356 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.17% from 356); Green value is 250 (98.05% from 255 or 70.22% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 250 - color contains mainly: green. Hex color #36FA34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36FA34 is #C905CB. Grayscale: #A9A9A9. Windows color (decimal): -13174220 or 3471926. OLE color: 3471926.

HSL color Cylindrical-coordinate representation of color #36FA34: hue angle of 119.39º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FA34 is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB 54 250 52 -
CMYK 0.78 0 0.79 0.02
HSL 119.39º 0.95% 0.59% -
HSV(B) 119.39º 0.79% 0.98% -
XYZ 36.33 69.4 14.73 -
YUV 168.82 62.07 46.1 -
System Red Green Blue C M Y K H S L
Decimal 54 250 52 0.78 0 0.79 0.02 119.39 0.95 0.59
Hex 36 FA 34 4E 0 4F 2 77 5F 3B
Octal 66 372 64 116 0 117 2 167 137 73
Binary 110110 11111010 110100 1001110 0 1001111 10 1110111 1011111 111011

Color Harmonies of #36FA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36FA34

Black with #36FA34

Text Example


Text Example

White with #36FA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,250,52); }

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

background-color css

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

 a { background-color: rgb(54,250,52); }

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

border-color css

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

 span { border-color: rgb(54,250,52); }

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