Html Css Color HEX #34CC36 Lime Green

📋 copy color: '#34CC36'

red 52 ◦ green 204 ◦ blue 54

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

Shades of Lime Green #34CC36

Tints of Lime Green #34CC36

RGB

 RED value IS 52 (20.7% from 255) = 16.77%

 GREEN value IS 204 (80.08% from 255) = 65.81%

 BLUE value IS 54 (21.48% from 255) = 17.42%

R = 16.77%
G = 65.81%
B = 17.42%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#34CC36 (or 0x34CC36) is known color: Lime Green. HEX triplet: 34, CC and 36. RGB value is (52,204,54). Sum of RGB (Red+Green+Blue) = 52+204+54=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 204 (80.08% from 255 or 65.81% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 204 - color contains mainly: green. Hex color #34CC36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CC36 is #CB33C9. Grayscale: #8D8D8D. Windows color (decimal): -13317066 or 3591220. OLE color: 3591220.

HSL color Cylindrical-coordinate representation of color #34CC36: hue angle of 120.79º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CC36 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB 52 204 54 -
CMYK 0.75 0 0.74 0.2
HSL 120.79º 0.6% 0.5% -
HSV(B) 120.79º 0.75% 0.8% -
XYZ 23.67 44.18 10.77 -
YUV 141.45 78.64 64.2 -
System Red Green Blue C M Y K H S L
Decimal 52 204 54 0.75 0 0.74 0.2 120.79 0.6 0.5
Hex 34 CC 36 4B 0 4A 14 79 3C 32
Octal 64 314 66 113 0 112 24 171 74 62
Binary 110100 11001100 110110 1001011 0 1001010 10100 1111001 111100 110010

Color Harmonies of #34CC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CC36

Black with #34CC36

Text Example


Text Example

White with #34CC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34CC36; }

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

 H1.HeaderClassName
 {
   color: #34CC36;
 }
 .AnyTagClassName
 {
   color: #34CC36;
 }
</style>

background-color css

<style>
 a { background-color: #34CC36; }

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

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

border-color css

<style>
 span { border-color: #34CC36; }

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

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