Html Css Color HEX #1CCC27 Lime Green

📋 copy color: '#1CCC27'

red 28 ◦ green 204 ◦ blue 39

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

Shades of Lime Green #1CCC27

Tints of Lime Green #1CCC27

RGB

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

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

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

R = 10.33%
G = 75.28%
B = 14.39%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#1CCC27 (or 0x1CCC27) is known color: Lime Green. HEX triplet: 1C, CC and 27. RGB value is (28,204,39). Sum of RGB (Red+Green+Blue) = 28+204+39=271 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.33% from 271); Green value is 204 (80.08% from 255 or 75.28% from 271); Blue value is 39 (15.62% from 255 or 14.39% from 271); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCC27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCC27 is #E333D8. Grayscale: #858585. Windows color (decimal): -14889945 or 2608156. OLE color: 2608156.

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

Color convert

RGB 28 204 39 -
CMYK 0.86 0 0.81 0.2
HSL 123.75º 0.76% 0.45% -
HSV(B) 123.75º 0.86% 0.8% -
XYZ 22.44 43.58 9.15 -
YUV 132.57 75.19 53.42 -
System Red Green Blue C M Y K H S L
Decimal 28 204 39 0.86 0 0.81 0.2 123.75 0.76 0.45
Hex 1C CC 27 56 0 51 14 7C 4C 2D
Octal 34 314 47 126 0 121 24 174 114 55
Binary 11100 11001100 100111 1010110 0 1010001 10100 1111100 1001100 101101

Color Harmonies of #1CCC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCC27

Black with #1CCC27

Text Example


Text Example

White with #1CCC27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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