Html Css Color HEX #34CA3C Lime Green

📋 copy color: '#34CA3C'

red 52 ◦ green 202 ◦ blue 60

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

Shades of Lime Green #34CA3C

Tints of Lime Green #34CA3C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 64.33%

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

R = 16.56%
G = 64.33%
B = 19.11%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#34CA3C (or 0x34CA3C) is known color: Lime Green. HEX triplet: 34, CA and 3C. RGB value is (52,202,60). Sum of RGB (Red+Green+Blue) = 52+202+60=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 202 (79.30% from 255 or 64.33% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 202 - color contains mainly: green. Hex color #34CA3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CA3C is #CB35C3. Grayscale: #8D8D8D. Windows color (decimal): -13317572 or 3983924. OLE color: 3983924.

HSL color Cylindrical-coordinate representation of color #34CA3C: hue angle of 123.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34CA3C is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 52 202 60 -
CMYK 0.74 0 0.70 0.21
HSL 123.2º 0.59% 0.5% -
HSV(B) 123.2º 0.74% 0.79% -
XYZ 23.35 43.3 11.4 -
YUV 140.96 82.31 64.55 -
System Red Green Blue C M Y K H S L
Decimal 52 202 60 0.74 0 0.70 0.21 123.2 0.59 0.5
Hex 34 CA 3C 4A 0 46 15 7B 3B 32
Octal 64 312 74 112 0 106 25 173 73 62
Binary 110100 11001010 111100 1001010 0 1000110 10101 1111011 111011 110010

Color Harmonies of #34CA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CA3C

Black with #34CA3C

Text Example


Text Example

White with #34CA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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