Html Css Color HEX #1CD122 Lime Green

📋 copy color: '#1CD122'

red 28 ◦ green 209 ◦ blue 34

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

Shades of Lime Green #1CD122

Tints of Lime Green #1CD122

RGB

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

 GREEN value IS 209 (82.03% from 255) = 77.12%

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

R = 10.33%
G = 77.12%
B = 12.55%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#1CD122 (or 0x1CD122) is known color: Lime Green. HEX triplet: 1C, D1 and 22. RGB value is (28,209,34). Sum of RGB (Red+Green+Blue) = 28+209+34=271 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.33% from 271); Green value is 209 (82.03% from 255 or 77.12% from 271); Blue value is 34 (13.67% from 255 or 12.55% from 271); Max value from RGB is 209 - color contains mainly: green. Hex color #1CD122 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD122 is #E32EDD. Grayscale: #878787. Windows color (decimal): -14888670 or 2281756. OLE color: 2281756.

HSL color Cylindrical-coordinate representation of color #1CD122: hue angle of 121.99º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD122 is Cyan = 0.87, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 28 209 34 -
CMYK 0.87 0 0.84 0.18
HSL 121.99º 0.76% 0.46% -
HSV(B) 121.99º 0.87% 0.82% -
XYZ 23.57 45.96 9.14 -
YUV 134.93 71.03 51.73 -
System Red Green Blue C M Y K H S L
Decimal 28 209 34 0.87 0 0.84 0.18 121.99 0.76 0.46
Hex 1C D1 22 57 0 54 12 7A 4C 2E
Octal 34 321 42 127 0 124 22 172 114 56
Binary 11100 11010001 100010 1010111 0 1010100 10010 1111010 1001100 101110

Color Harmonies of #1CD122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD122

Black with #1CD122

Text Example


Text Example

White with #1CD122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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