Html Css Color HEX #1CCC2D Lime Green

📋 copy color: '#1CCC2D'

red 28 ◦ green 204 ◦ blue 45

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

Shades of Lime Green #1CCC2D

Tints of Lime Green #1CCC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.25%

R = 10.11%
G = 73.65%
B = 16.25%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#1CCC2D (or 0x1CCC2D) is known color: Lime Green. HEX triplet: 1C, CC and 2D. RGB value is (28,204,45). Sum of RGB (Red+Green+Blue) = 28+204+45=277 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.11% from 277); Green value is 204 (80.08% from 255 or 73.65% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCC2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCC2D is #E333D2. Grayscale: #858585. Windows color (decimal): -14889939 or 3001372. OLE color: 3001372.

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

Color convert

RGB 28 204 45 -
CMYK 0.86 0 0.78 0.2
HSL 125.8º 0.76% 0.45% -
HSV(B) 125.8º 0.86% 0.8% -
XYZ 22.55 43.62 9.71 -
YUV 133.25 78.19 52.93 -
System Red Green Blue C M Y K H S L
Decimal 28 204 45 0.86 0 0.78 0.2 125.8 0.76 0.45
Hex 1C CC 2D 56 0 4E 14 7E 4C 2D
Octal 34 314 55 126 0 116 24 176 114 55
Binary 11100 11001100 101101 1010110 0 1001110 10100 1111110 1001100 101101

Color Harmonies of #1CCC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCC2D

Black with #1CCC2D

Text Example


Text Example

White with #1CCC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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