Html Css Color HEX #1CB422 Lime Green

📋 copy color: '#1CB422'

red 28 ◦ green 180 ◦ blue 34

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

Shades of Lime Green #1CB422

Tints of Lime Green #1CB422

RGB

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

 GREEN value IS 180 (70.7% from 255) = 74.38%

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

R = 11.57%
G = 74.38%
B = 14.05%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#1CB422 (or 0x1CB422) is known color: Lime Green. HEX triplet: 1C, B4 and 22. RGB value is (28,180,34). Sum of RGB (Red+Green+Blue) = 28+180+34=242 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.57% from 242); Green value is 180 (70.70% from 255 or 74.38% from 242); Blue value is 34 (13.67% from 255 or 14.05% from 242); Max value from RGB is 180 - color contains mainly: green. Hex color #1CB422 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB422 is #E34BDD. Grayscale: #767676. Windows color (decimal): -14896094 or 2274332. OLE color: 2274332.

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

Color convert

RGB 28 180 34 -
CMYK 0.84 0 0.81 0.29
HSL 122.37º 0.73% 0.41% -
HSV(B) 122.37º 0.84% 0.71% -
XYZ 17.09 33 6.98 -
YUV 117.91 80.64 63.87 -
System Red Green Blue C M Y K H S L
Decimal 28 180 34 0.84 0 0.81 0.29 122.37 0.73 0.41
Hex 1C B4 22 54 0 51 1D 7A 49 29
Octal 34 264 42 124 0 121 35 172 111 51
Binary 11100 10110100 100010 1010100 0 1010001 11101 1111010 1001001 101001

Color Harmonies of #1CB422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB422

Black with #1CB422

Text Example


Text Example

White with #1CB422

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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