Html Css Color HEX #1CD732 Lime Green

📋 copy color: '#1CD732'

red 28 ◦ green 215 ◦ blue 50

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

Shades of Lime Green #1CD732

Tints of Lime Green #1CD732

RGB

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

 GREEN value IS 215 (84.38% from 255) = 73.38%

 BLUE value IS 50 (19.92% from 255) = 17.06%

R = 9.56%
G = 73.38%
B = 17.06%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#1CD732 (or 0x1CD732) is known color: Lime Green. HEX triplet: 1C, D7 and 32. RGB value is (28,215,50). Sum of RGB (Red+Green+Blue) = 28+215+50=293 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.56% from 293); Green value is 215 (84.38% from 255 or 73.38% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 215 - color contains mainly: green. Hex color #1CD732 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD732 is #E328CD. Grayscale: #8C8C8C. Windows color (decimal): -14887118 or 3331868. OLE color: 3331868.

HSL color Cylindrical-coordinate representation of color #1CD732: hue angle of 127.06º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD732 is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 28 215 50 -
CMYK 0.87 0 0.77 0.16
HSL 127.06º 0.77% 0.48% -
HSV(B) 127.06º 0.87% 0.84% -
XYZ 25.36 49.08 11.15 -
YUV 140.28 77.05 47.92 -
System Red Green Blue C M Y K H S L
Decimal 28 215 50 0.87 0 0.77 0.16 127.06 0.77 0.48
Hex 1C D7 32 57 0 4D 10 7F 4D 30
Octal 34 327 62 127 0 115 20 177 115 60
Binary 11100 11010111 110010 1010111 0 1001101 10000 1111111 1001101 110000

Color Harmonies of #1CD732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD732

Black with #1CD732

Text Example


Text Example

White with #1CD732

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,215,50); }

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

background-color css

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

 a { background-color: rgb(28,215,50); }

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

border-color css

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

 span { border-color: rgb(28,215,50); }

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