Html Css Color HEX #1CB622 Lime Green

📋 copy color: '#1CB622'

red 28 ◦ green 182 ◦ blue 34

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

Shades of Lime Green #1CB622

Tints of Lime Green #1CB622

RGB

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

 GREEN value IS 182 (71.48% from 255) = 74.59%

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

R = 11.48%
G = 74.59%
B = 13.93%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#1CB622 (or 0x1CB622) is known color: Lime Green. HEX triplet: 1C, B6 and 22. RGB value is (28,182,34). Sum of RGB (Red+Green+Blue) = 28+182+34=244 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.48% from 244); Green value is 182 (71.48% from 255 or 74.59% from 244); Blue value is 34 (13.67% from 255 or 13.93% from 244); Max value from RGB is 182 - color contains mainly: green. Hex color #1CB622 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB622 is #E349DD. Grayscale: #777777. Windows color (decimal): -14895582 or 2274844. OLE color: 2274844.

HSL color Cylindrical-coordinate representation of color #1CB622: hue angle of 122.34º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB622 is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 28 182 34 -
CMYK 0.85 0 0.81 0.29
HSL 122.34º 0.73% 0.41% -
HSV(B) 122.34º 0.85% 0.71% -
XYZ 17.5 33.82 7.12 -
YUV 119.08 79.98 63.03 -
System Red Green Blue C M Y K H S L
Decimal 28 182 34 0.85 0 0.81 0.29 122.34 0.73 0.41
Hex 1C B6 22 55 0 51 1D 7A 49 29
Octal 34 266 42 125 0 121 35 172 111 51
Binary 11100 10110110 100010 1010101 0 1010001 11101 1111010 1001001 101001

Color Harmonies of #1CB622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB622

Black with #1CB622

Text Example


Text Example

White with #1CB622

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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