Html Css Color HEX #1CB222 Lime Green

📋 copy color: '#1CB222'

red 28 ◦ green 178 ◦ blue 34

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

Shades of Lime Green #1CB222

Tints of Lime Green #1CB222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.17%

R = 11.67%
G = 74.17%
B = 14.17%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#1CB222 (or 0x1CB222) is known color: Lime Green. HEX triplet: 1C, B2 and 22. RGB value is (28,178,34). Sum of RGB (Red+Green+Blue) = 28+178+34=240 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.67% from 240); Green value is 178 (69.92% from 255 or 74.17% from 240); Blue value is 34 (13.67% from 255 or 14.17% from 240); Max value from RGB is 178 - color contains mainly: green. Hex color #1CB222 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CB222 is #E34DDD. Grayscale: #757575. Windows color (decimal): -14896606 or 2273820. OLE color: 2273820.

HSL color Cylindrical-coordinate representation of color #1CB222: hue angle of 122.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 #1CB222 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 28 178 34 -
CMYK 0.84 0 0.81 0.30
HSL 122.4º 0.73% 0.4% -
HSV(B) 122.4º 0.84% 0.7% -
XYZ 16.69 32.2 6.85 -
YUV 116.73 81.31 64.71 -
System Red Green Blue C M Y K H S L
Decimal 28 178 34 0.84 0 0.81 0.30 122.4 0.73 0.4
Hex 1C B2 22 54 0 51 1E 7A 49 28
Octal 34 262 42 124 0 121 36 172 111 50
Binary 11100 10110010 100010 1010100 0 1010001 11110 1111010 1001001 101000

Color Harmonies of #1CB222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB222

Black with #1CB222

Text Example


Text Example

White with #1CB222

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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