Html Css Color HEX #1CCC37 Lime Green

📋 copy color: '#1CCC37'

red 28 ◦ green 204 ◦ blue 55

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

Shades of Lime Green #1CCC37

Tints of Lime Green #1CCC37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.16%

R = 9.76%
G = 71.08%
B = 19.16%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#1CCC37 (or 0x1CCC37) is known color: Lime Green. HEX triplet: 1C, CC and 37. RGB value is (28,204,55). Sum of RGB (Red+Green+Blue) = 28+204+55=287 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.76% from 287); Green value is 204 (80.08% from 255 or 71.08% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCC37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCC37 is #E333C8. Grayscale: #868686. Windows color (decimal): -14889929 or 3656732. OLE color: 3656732.

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

Color convert

RGB 28 204 55 -
CMYK 0.86 0 0.73 0.2
HSL 129.2º 0.76% 0.45% -
HSV(B) 129.2º 0.86% 0.8% -
XYZ 22.76 43.71 10.85 -
YUV 134.39 83.19 52.12 -
System Red Green Blue C M Y K H S L
Decimal 28 204 55 0.86 0 0.73 0.2 129.2 0.76 0.45
Hex 1C CC 37 56 0 49 14 81 4C 2D
Octal 34 314 67 126 0 111 24 201 114 55
Binary 11100 11001100 110111 1010110 0 1001001 10100 10000001 1001100 101101

Color Harmonies of #1CCC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCC37

Black with #1CCC37

Text Example


Text Example

White with #1CCC37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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