Html Css Color HEX #34CC3C Lime Green

📋 copy color: '#34CC3C'

red 52 ◦ green 204 ◦ blue 60

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

Shades of Lime Green #34CC3C

Tints of Lime Green #34CC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.99%

R = 16.46%
G = 64.56%
B = 18.99%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#34CC3C (or 0x34CC3C) is known color: Lime Green. HEX triplet: 34, CC and 3C. RGB value is (52,204,60). Sum of RGB (Red+Green+Blue) = 52+204+60=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 204 (80.08% from 255 or 64.56% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 204 - color contains mainly: green. Hex color #34CC3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CC3C is #CB33C3. Grayscale: #8E8E8E. Windows color (decimal): -13317060 or 3984436. OLE color: 3984436.

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

Color convert

RGB 52 204 60 -
CMYK 0.75 0 0.71 0.2
HSL 123.16º 0.6% 0.5% -
HSV(B) 123.16º 0.75% 0.8% -
XYZ 23.82 44.24 11.56 -
YUV 142.14 81.64 63.71 -
System Red Green Blue C M Y K H S L
Decimal 52 204 60 0.75 0 0.71 0.2 123.16 0.6 0.5
Hex 34 CC 3C 4B 0 47 14 7B 3C 32
Octal 64 314 74 113 0 107 24 173 74 62
Binary 110100 11001100 111100 1001011 0 1000111 10100 1111011 111100 110010

Color Harmonies of #34CC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CC3C

Black with #34CC3C

Text Example


Text Example

White with #34CC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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