Html Css Color HEX #34CC3E Lime Green

📋 copy color: '#34CC3E'

red 52 ◦ green 204 ◦ blue 62

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

Shades of Lime Green #34CC3E

Tints of Lime Green #34CC3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.5%

R = 16.35%
G = 64.15%
B = 19.5%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#34CC3E (or 0x34CC3E) is known color: Lime Green. HEX triplet: 34, CC and 3E. RGB value is (52,204,62). Sum of RGB (Red+Green+Blue) = 52+204+62=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 204 (80.08% from 255 or 64.15% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 204 - color contains mainly: green. Hex color #34CC3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CC3E is #CB33C1. Grayscale: #8E8E8E. Windows color (decimal): -13317058 or 4115508. OLE color: 4115508.

HSL color Cylindrical-coordinate representation of color #34CC3E: hue angle of 123.95º 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 #34CC3E is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 52 204 62 -
CMYK 0.75 0 0.70 0.2
HSL 123.95º 0.6% 0.5% -
HSV(B) 123.95º 0.75% 0.8% -
XYZ 23.88 44.26 11.84 -
YUV 142.36 82.64 63.55 -
System Red Green Blue C M Y K H S L
Decimal 52 204 62 0.75 0 0.70 0.2 123.95 0.6 0.5
Hex 34 CC 3E 4B 0 46 14 7C 3C 32
Octal 64 314 76 113 0 106 24 174 74 62
Binary 110100 11001100 111110 1001011 0 1000110 10100 1111100 111100 110010

Color Harmonies of #34CC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CC3E

Black with #34CC3E

Text Example


Text Example

White with #34CC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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