Html Css Color HEX #1CD32C Lime Green

📋 copy color: '#1CD32C'

red 28 ◦ green 211 ◦ blue 44

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

Shades of Lime Green #1CD32C

Tints of Lime Green #1CD32C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 74.56%

 BLUE value IS 44 (17.58% from 255) = 15.55%

R = 9.89%
G = 74.56%
B = 15.55%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#1CD32C (or 0x1CD32C) is known color: Lime Green. HEX triplet: 1C, D3 and 2C. RGB value is (28,211,44). Sum of RGB (Red+Green+Blue) = 28+211+44=283 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.89% from 283); Green value is 211 (82.81% from 255 or 74.56% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 211 - color contains mainly: green. Hex color #1CD32C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD32C is #E32CD3. Grayscale: #898989. Windows color (decimal): -14888148 or 2937628. OLE color: 2937628.

HSL color Cylindrical-coordinate representation of color #1CD32C: hue angle of 125.25º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD32C is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB 28 211 44 -
CMYK 0.87 0 0.79 0.17
HSL 125.25º 0.77% 0.47% -
HSV(B) 125.25º 0.87% 0.83% -
XYZ 24.23 47.02 10.18 -
YUV 137.25 75.37 50.08 -
System Red Green Blue C M Y K H S L
Decimal 28 211 44 0.87 0 0.79 0.17 125.25 0.77 0.47
Hex 1C D3 2C 57 0 4F 11 7D 4D 2F
Octal 34 323 54 127 0 117 21 175 115 57
Binary 11100 11010011 101100 1010111 0 1001111 10001 1111101 1001101 101111

Color Harmonies of #1CD32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD32C

Black with #1CD32C

Text Example


Text Example

White with #1CD32C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,211,44); }

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

background-color css

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

 a { background-color: rgb(28,211,44); }

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

border-color css

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

 span { border-color: rgb(28,211,44); }

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