Html Css Color HEX #1CCC3C Lime Green

📋 copy color: '#1CCC3C'

red 28 ◦ green 204 ◦ blue 60

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

Shades of Lime Green #1CCC3C

Tints of Lime Green #1CCC3C

RGB

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

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

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

R = 9.59%
G = 69.86%
B = 20.55%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#1CCC3C (or 0x1CCC3C) is known color: Lime Green. HEX triplet: 1C, CC and 3C. RGB value is (28,204,60). Sum of RGB (Red+Green+Blue) = 28+204+60=292 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.59% from 292); Green value is 204 (80.08% from 255 or 69.86% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCC3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCC3C is #E333C3. Grayscale: #878787. Windows color (decimal): -14889924 or 3984412. OLE color: 3984412.

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

Color convert

RGB 28 204 60 -
CMYK 0.86 0 0.71 0.2
HSL 130.91º 0.76% 0.45% -
HSV(B) 130.91º 0.86% 0.8% -
XYZ 22.89 43.76 11.51 -
YUV 134.96 85.69 51.71 -
System Red Green Blue C M Y K H S L
Decimal 28 204 60 0.86 0 0.71 0.2 130.91 0.76 0.45
Hex 1C CC 3C 56 0 47 14 83 4C 2D
Octal 34 314 74 126 0 107 24 203 114 55
Binary 11100 11001100 111100 1010110 0 1000111 10100 10000011 1001100 101101

Color Harmonies of #1CCC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCC3C

Black with #1CCC3C

Text Example


Text Example

White with #1CCC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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