Html Css Color HEX #1CCC31 Lime Green

📋 copy color: '#1CCC31'

red 28 ◦ green 204 ◦ blue 49

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

Shades of Lime Green #1CCC31

Tints of Lime Green #1CCC31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.44%

R = 9.96%
G = 72.6%
B = 17.44%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#1CCC31 (or 0x1CCC31) is known color: Lime Green. HEX triplet: 1C, CC and 31. RGB value is (28,204,49). Sum of RGB (Red+Green+Blue) = 28+204+49=281 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.96% from 281); Green value is 204 (80.08% from 255 or 72.60% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCC31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCC31 is #E333CE. Grayscale: #868686. Windows color (decimal): -14889935 or 3263516. OLE color: 3263516.

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

Color convert

RGB 28 204 49 -
CMYK 0.86 0 0.76 0.2
HSL 127.16º 0.76% 0.45% -
HSV(B) 127.16º 0.86% 0.8% -
XYZ 22.63 43.65 10.14 -
YUV 133.71 80.19 52.6 -
System Red Green Blue C M Y K H S L
Decimal 28 204 49 0.86 0 0.76 0.2 127.16 0.76 0.45
Hex 1C CC 31 56 0 4C 14 7F 4C 2D
Octal 34 314 61 126 0 114 24 177 114 55
Binary 11100 11001100 110001 1010110 0 1001100 10100 1111111 1001100 101101

Color Harmonies of #1CCC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCC31

Black with #1CCC31

Text Example


Text Example

White with #1CCC31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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