Html Css Color HEX #34CE3C Lime Green

📋 copy color: '#34CE3C'

red 52 ◦ green 206 ◦ blue 60

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

Shades of Lime Green #34CE3C

Tints of Lime Green #34CE3C

RGB

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

 GREEN value IS 206 (80.86% from 255) = 64.78%

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

R = 16.35%
G = 64.78%
B = 18.87%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#34CE3C (or 0x34CE3C) is known color: Lime Green. HEX triplet: 34, CE and 3C. RGB value is (52,206,60). Sum of RGB (Red+Green+Blue) = 52+206+60=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 206 (80.86% from 255 or 64.78% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 206 - color contains mainly: green. Hex color #34CE3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CE3C is #CB31C3. Grayscale: #8F8F8F. Windows color (decimal): -13316548 or 3984948. OLE color: 3984948.

HSL color Cylindrical-coordinate representation of color #34CE3C: hue angle of 123.12º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CE3C is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 206 60 -
CMYK 0.75 0 0.71 0.19
HSL 123.12º 0.61% 0.51% -
HSV(B) 123.12º 0.75% 0.81% -
XYZ 24.3 45.2 11.72 -
YUV 143.31 80.98 62.87 -
System Red Green Blue C M Y K H S L
Decimal 52 206 60 0.75 0 0.71 0.19 123.12 0.61 0.51
Hex 34 CE 3C 4B 0 47 13 7B 3D 33
Octal 64 316 74 113 0 107 23 173 75 63
Binary 110100 11001110 111100 1001011 0 1000111 10011 1111011 111101 110011

Color Harmonies of #34CE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CE3C

Black with #34CE3C

Text Example


Text Example

White with #34CE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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