Html Css Color HEX #34CC1C Lime Green

📋 copy color: '#34CC1C'

red 52 ◦ green 204 ◦ blue 28

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

Shades of Lime Green #34CC1C

Tints of Lime Green #34CC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.86%

R = 18.31%
G = 71.83%
B = 9.86%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#34CC1C (or 0x34CC1C) is known color: Lime Green. HEX triplet: 34, CC and 1C. RGB value is (52,204,28). Sum of RGB (Red+Green+Blue) = 52+204+28=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 204 (80.08% from 255 or 71.83% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 204 - color contains mainly: green. Hex color #34CC1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CC1C is #CB33E3. Grayscale: #8B8B8B. Windows color (decimal): -13317092 or 1887284. OLE color: 1887284.

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

Color convert

RGB 52 204 28 -
CMYK 0.75 0 0.86 0.2
HSL 111.82º 0.76% 0.45% -
HSV(B) 111.82º 0.86% 0.8% -
XYZ 23.22 44 8.37 -
YUV 138.49 65.64 66.31 -
System Red Green Blue C M Y K H S L
Decimal 52 204 28 0.75 0 0.86 0.2 111.82 0.76 0.45
Hex 34 CC 1C 4B 0 56 14 70 4C 2D
Octal 64 314 34 113 0 126 24 160 114 55
Binary 110100 11001100 11100 1001011 0 1010110 10100 1110000 1001100 101101

Color Harmonies of #34CC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CC1C

Black with #34CC1C

Text Example


Text Example

White with #34CC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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