Html Css Color HEX #1CDC27 Lime Green

📋 copy color: '#1CDC27'

red 28 ◦ green 220 ◦ blue 39

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

Shades of Lime Green #1CDC27

Tints of Lime Green #1CDC27

RGB

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

 GREEN value IS 220 (86.33% from 255) = 76.66%

 BLUE value IS 39 (15.63% from 255) = 13.59%

R = 9.76%
G = 76.66%
B = 13.59%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#1CDC27 (or 0x1CDC27) is known color: Lime Green. HEX triplet: 1C, DC and 27. RGB value is (28,220,39). Sum of RGB (Red+Green+Blue) = 28+220+39=287 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.76% from 287); Green value is 220 (86.33% from 255 or 76.66% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 220 - color contains mainly: green. Hex color #1CDC27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CDC27 is #E323D8. Grayscale: #8E8E8E. Windows color (decimal): -14885849 or 2612252. OLE color: 2612252.

HSL color Cylindrical-coordinate representation of color #1CDC27: hue angle of 123.44º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDC27 is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 28 220 39 -
CMYK 0.87 0 0.82 0.14
HSL 123.44º 0.77% 0.49% -
HSV(B) 123.44º 0.87% 0.86% -
XYZ 26.44 51.58 10.48 -
YUV 141.96 69.89 46.72 -
System Red Green Blue C M Y K H S L
Decimal 28 220 39 0.87 0 0.82 0.14 123.44 0.77 0.49
Hex 1C DC 27 57 0 52 E 7B 4D 31
Octal 34 334 47 127 0 122 16 173 115 61
Binary 11100 11011100 100111 1010111 0 1010010 1110 1111011 1001101 110001

Color Harmonies of #1CDC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CDC27

Black with #1CDC27

Text Example


Text Example

White with #1CDC27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,220,39); }

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

background-color css

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

 a { background-color: rgb(28,220,39); }

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

border-color css

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

 span { border-color: rgb(28,220,39); }

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