Html Css Color HEX #36FF34 Lime Green

📋 copy color: '#36FF34'

red 54 ◦ green 255 ◦ blue 52

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

Shades of Lime Green #36FF34

Tints of Lime Green #36FF34

RGB

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

 GREEN value IS 255 (100% from 255) = 70.64%

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

R = 14.96%
G = 70.64%
B = 14.4%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#36FF34 (or 0x36FF34) is known color: Lime Green. HEX triplet: 36, FF and 34. RGB value is (54,255,52). Sum of RGB (Red+Green+Blue) = 54+255+52=361 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.96% from 361); Green value is 255 (100% from 255 or 70.64% from 361); Blue value is 52 (20.70% from 255 or 14.40% from 361); Max value from RGB is 255 - color contains mainly: green. Hex color #36FF34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36FF34 is #C900CB. Grayscale: #ACACAC. Windows color (decimal): -13172940 or 3473206. OLE color: 3473206.

HSL color Cylindrical-coordinate representation of color #36FF34: hue angle of 119.41º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #36FF34 is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB 54 255 52 -
CMYK 0.79 0 0.80 0
HSL 119.41º 1% 0.6% -
HSV(B) 119.41º 0.8% 1% -
XYZ 37.9 72.55 15.26 -
YUV 171.76 60.41 44.01 -
System Red Green Blue C M Y K H S L
Decimal 54 255 52 0.79 0 0.80 0 119.41 1 0.6
Hex 36 FF 34 4F 0 50 0 77 64 3C
Octal 66 377 64 117 0 120 0 167 144 74
Binary 110110 11111111 110100 1001111 0 1010000 0 1110111 1100100 111100

Color Harmonies of #36FF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36FF34

Black with #36FF34

Text Example


Text Example

White with #36FF34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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