Html Css Color HEX #1CD93A Lime Green

📋 copy color: '#1CD93A'

red 28 ◦ green 217 ◦ blue 58

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

Shades of Lime Green #1CD93A

Tints of Lime Green #1CD93A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 71.62%

 BLUE value IS 58 (23.05% from 255) = 19.14%

R = 9.24%
G = 71.62%
B = 19.14%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#1CD93A (or 0x1CD93A) is known color: Lime Green. HEX triplet: 1C, D9 and 3A. RGB value is (28,217,58). Sum of RGB (Red+Green+Blue) = 28+217+58=303 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.24% from 303); Green value is 217 (85.16% from 255 or 71.62% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 217 - color contains mainly: green. Hex color #1CD93A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD93A is #E326C5. Grayscale: #8E8E8E. Windows color (decimal): -14886598 or 3856668. OLE color: 3856668.

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

Color convert

RGB 28 217 58 -
CMYK 0.87 0 0.73 0.15
HSL 129.52º 0.77% 0.48% -
HSV(B) 129.52º 0.87% 0.85% -
XYZ 26.06 50.18 12.32 -
YUV 142.36 80.38 46.43 -
System Red Green Blue C M Y K H S L
Decimal 28 217 58 0.87 0 0.73 0.15 129.52 0.77 0.48
Hex 1C D9 3A 57 0 49 F 82 4D 30
Octal 34 331 72 127 0 111 17 202 115 60
Binary 11100 11011001 111010 1010111 0 1001001 1111 10000010 1001101 110000

Color Harmonies of #1CD93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD93A

Black with #1CD93A

Text Example


Text Example

White with #1CD93A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,217,58); }

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

background-color css

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

 a { background-color: rgb(28,217,58); }

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

border-color css

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

 span { border-color: rgb(28,217,58); }

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