Html Css Color HEX #1CCC32 Lime Green

📋 copy color: '#1CCC32'

red 28 ◦ green 204 ◦ blue 50

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

Shades of Lime Green #1CCC32

Tints of Lime Green #1CCC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.73%

R = 9.93%
G = 72.34%
B = 17.73%

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

#1CCC32 (or 0x1CCC32) is known color: Lime Green. HEX triplet: 1C, CC and 32. RGB value is (28,204,50). Sum of RGB (Red+Green+Blue) = 28+204+50=282 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.93% from 282); Green value is 204 (80.08% from 255 or 72.34% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCC32 is #E333CD. Grayscale: #868686. Windows color (decimal): -14889934 or 3329052. OLE color: 3329052.

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

Color convert

RGB 28 204 50 -
CMYK 0.86 0 0.75 0.2
HSL 127.5º 0.76% 0.45% -
HSV(B) 127.5º 0.86% 0.8% -
XYZ 22.65 43.66 10.25 -
YUV 133.82 80.69 52.52 -
System Red Green Blue C M Y K H S L
Decimal 28 204 50 0.86 0 0.75 0.2 127.5 0.76 0.45
Hex 1C CC 32 56 0 4B 14 80 4C 2D
Octal 34 314 62 126 0 113 24 200 114 55
Binary 11100 11001100 110010 1010110 0 1001011 10100 10000000 1001100 101101

Color Harmonies of #1CCC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCC32

Black with #1CCC32

Text Example


Text Example

White with #1CCC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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