Html Css Color HEX #1CCC1D Lime Green

📋 copy color: '#1CCC1D'

red 28 ◦ green 204 ◦ blue 29

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

Shades of Lime Green #1CCC1D

Tints of Lime Green #1CCC1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.11%

R = 10.73%
G = 78.16%
B = 11.11%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#1CCC1D (or 0x1CCC1D) is known color: Lime Green. HEX triplet: 1C, CC and 1D. RGB value is (28,204,29). Sum of RGB (Red+Green+Blue) = 28+204+29=261 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.73% from 261); Green value is 204 (80.08% from 255 or 78.16% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCC1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCC1D is #E333E2. Grayscale: #838383. Windows color (decimal): -14889955 or 1952796. OLE color: 1952796.

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

Color convert

RGB 28 204 29 -
CMYK 0.86 0 0.86 0.2
HSL 120.34º 0.76% 0.45% -
HSV(B) 120.34º 0.86% 0.8% -
XYZ 22.29 43.52 8.39 -
YUV 131.43 70.19 54.23 -
System Red Green Blue C M Y K H S L
Decimal 28 204 29 0.86 0 0.86 0.2 120.34 0.76 0.45
Hex 1C CC 1D 56 0 56 14 78 4C 2D
Octal 34 314 35 126 0 126 24 170 114 55
Binary 11100 11001100 11101 1010110 0 1010110 10100 1111000 1001100 101101

Color Harmonies of #1CCC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCC1D

Black with #1CCC1D

Text Example


Text Example

White with #1CCC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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