Html Css Color HEX #1CC227 Lime Green

📋 copy color: '#1CC227'

red 28 ◦ green 194 ◦ blue 39

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

Shades of Lime Green #1CC227

Tints of Lime Green #1CC227

RGB

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

 GREEN value IS 194 (76.17% from 255) = 74.33%

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

R = 10.73%
G = 74.33%
B = 14.94%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#1CC227 (or 0x1CC227) is known color: Lime Green. HEX triplet: 1C, C2 and 27. RGB value is (28,194,39). Sum of RGB (Red+Green+Blue) = 28+194+39=261 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.73% from 261); Green value is 194 (76.17% from 255 or 74.33% from 261); Blue value is 39 (15.62% from 255 or 14.94% from 261); Max value from RGB is 194 - color contains mainly: green. Hex color #1CC227 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC227 is #E33DD8. Grayscale: #7F7F7F. Windows color (decimal): -14892505 or 2605596. OLE color: 2605596.

HSL color Cylindrical-coordinate representation of color #1CC227: hue angle of 123.98º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC227 is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 28 194 39 -
CMYK 0.86 0 0.80 0.24
HSL 123.98º 0.75% 0.44% -
HSV(B) 123.98º 0.86% 0.76% -
XYZ 20.14 38.98 8.38 -
YUV 126.7 78.5 57.6 -
System Red Green Blue C M Y K H S L
Decimal 28 194 39 0.86 0 0.80 0.24 123.98 0.75 0.44
Hex 1C C2 27 56 0 50 18 7C 4B 2C
Octal 34 302 47 126 0 120 30 174 113 54
Binary 11100 11000010 100111 1010110 0 1010000 11000 1111100 1001011 101100

Color Harmonies of #1CC227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC227

Black with #1CC227

Text Example


Text Example

White with #1CC227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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