Html Css Color HEX #1CD221 Lime Green

📋 copy color: '#1CD221'

red 28 ◦ green 210 ◦ blue 33

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

Shades of Lime Green #1CD221

Tints of Lime Green #1CD221

RGB

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

 GREEN value IS 210 (82.42% from 255) = 77.49%

 BLUE value IS 33 (13.28% from 255) = 12.18%

R = 10.33%
G = 77.49%
B = 12.18%

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

#1CD221 (or 0x1CD221) is known color: Lime Green. HEX triplet: 1C, D2 and 21. RGB value is (28,210,33). Sum of RGB (Red+Green+Blue) = 28+210+33=271 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.33% from 271); Green value is 210 (82.42% from 255 or 77.49% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 210 - color contains mainly: green. Hex color #1CD221 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD221 is #E32DDE. Grayscale: #878787. Windows color (decimal): -14888415 or 2216476. OLE color: 2216476.

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

Color convert

RGB 28 210 33 -
CMYK 0.87 0 0.84 0.18
HSL 121.65º 0.76% 0.47% -
HSV(B) 121.65º 0.87% 0.82% -
XYZ 23.8 46.45 9.15 -
YUV 135.4 70.2 51.39 -
System Red Green Blue C M Y K H S L
Decimal 28 210 33 0.87 0 0.84 0.18 121.65 0.76 0.47
Hex 1C D2 21 57 0 54 12 7A 4C 2F
Octal 34 322 41 127 0 124 22 172 114 57
Binary 11100 11010010 100001 1010111 0 1010100 10010 1111010 1001100 101111

Color Harmonies of #1CD221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD221

Black with #1CD221

Text Example


Text Example

White with #1CD221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,210,33); }

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

background-color css

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

 a { background-color: rgb(28,210,33); }

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

border-color css

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

 span { border-color: rgb(28,210,33); }

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