Html Css Color HEX #36DF34 Lime Green

📋 copy color: '#36DF34'

red 54 ◦ green 223 ◦ blue 52

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

Shades of Lime Green #36DF34

Tints of Lime Green #36DF34

RGB

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

 GREEN value IS 223 (87.5% from 255) = 67.78%

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

R = 16.41%
G = 67.78%
B = 15.81%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#36DF34 (or 0x36DF34) is known color: Lime Green. HEX triplet: 36, DF and 34. RGB value is (54,223,52). Sum of RGB (Red+Green+Blue) = 54+223+52=329 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.41% from 329); Green value is 223 (87.5% from 255 or 67.78% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 223 - color contains mainly: green. Hex color #36DF34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36DF34 is #C920CB. Grayscale: #999999. Windows color (decimal): -13181132 or 3465014. OLE color: 3465014.

HSL color Cylindrical-coordinate representation of color #36DF34: hue angle of 119.3º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36DF34 is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 223 52 -
CMYK 0.76 0 0.77 0.13
HSL 119.3º 0.73% 0.54% -
HSV(B) 119.3º 0.77% 0.87% -
XYZ 28.53 53.81 12.13 -
YUV 152.98 71.01 57.4 -
System Red Green Blue C M Y K H S L
Decimal 54 223 52 0.76 0 0.77 0.13 119.3 0.73 0.54
Hex 36 DF 34 4C 0 4D D 77 49 36
Octal 66 337 64 114 0 115 15 167 111 66
Binary 110110 11011111 110100 1001100 0 1001101 1101 1110111 1001001 110110

Color Harmonies of #36DF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DF34

Black with #36DF34

Text Example


Text Example

White with #36DF34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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