Html Css Color HEX #1CB227 Lime Green

📋 copy color: '#1CB227'

red 28 ◦ green 178 ◦ blue 39

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

Shades of Lime Green #1CB227

Tints of Lime Green #1CB227

RGB

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

 GREEN value IS 178 (69.92% from 255) = 72.65%

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

R = 11.43%
G = 72.65%
B = 15.92%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#1CB227 (or 0x1CB227) is known color: Lime Green. HEX triplet: 1C, B2 and 27. RGB value is (28,178,39). Sum of RGB (Red+Green+Blue) = 28+178+39=245 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.43% from 245); Green value is 178 (69.92% from 255 or 72.65% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 178 - color contains mainly: green. Hex color #1CB227 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CB227 is #E34DD8. Grayscale: #757575. Windows color (decimal): -14896601 or 2601500. OLE color: 2601500.

HSL color Cylindrical-coordinate representation of color #1CB227: hue angle of 124.4º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB227 is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 28 178 39 -
CMYK 0.84 0 0.78 0.30
HSL 124.4º 0.73% 0.4% -
HSV(B) 124.4º 0.84% 0.7% -
XYZ 16.77 32.23 7.26 -
YUV 117.3 83.81 64.3 -
System Red Green Blue C M Y K H S L
Decimal 28 178 39 0.84 0 0.78 0.30 124.4 0.73 0.4
Hex 1C B2 27 54 0 4E 1E 7C 49 28
Octal 34 262 47 124 0 116 36 174 111 50
Binary 11100 10110010 100111 1010100 0 1001110 11110 1111100 1001001 101000

Color Harmonies of #1CB227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB227

Black with #1CB227

Text Example


Text Example

White with #1CB227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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