Html Css Color HEX #1CCC34 Lime Green

📋 copy color: '#1CCC34'

red 28 ◦ green 204 ◦ blue 52

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

Shades of Lime Green #1CCC34

Tints of Lime Green #1CCC34

RGB

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

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

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

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

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

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

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

Color convert

RGB 28 204 52 -
CMYK 0.86 0 0.75 0.2
HSL 128.18º 0.76% 0.45% -
HSV(B) 128.18º 0.86% 0.8% -
XYZ 22.69 43.68 10.48 -
YUV 134.05 81.69 52.36 -
System Red Green Blue C M Y K H S L
Decimal 28 204 52 0.86 0 0.75 0.2 128.18 0.76 0.45
Hex 1C CC 34 56 0 4B 14 80 4C 2D
Octal 34 314 64 126 0 113 24 200 114 55
Binary 11100 11001100 110100 1010110 0 1001011 10100 10000000 1001100 101101

Color Harmonies of #1CCC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCC34

Black with #1CCC34

Text Example


Text Example

White with #1CCC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CCC34; }

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

 H1.HeaderClassName
 {
   color: #1CCC34;
 }
 .AnyTagClassName
 {
   color: #1CCC34;
 }
</style>

background-color css

<style>
 a { background-color: #1CCC34; }

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

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

border-color css

<style>
 span { border-color: #1CCC34; }

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

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