Html Css Color HEX #1CD03A Lime Green

📋 copy color: '#1CD03A'

red 28 ◦ green 208 ◦ blue 58

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

Shades of Lime Green #1CD03A

Tints of Lime Green #1CD03A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 70.75%

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

R = 9.52%
G = 70.75%
B = 19.73%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#1CD03A (or 0x1CD03A) is known color: Lime Green. HEX triplet: 1C, D0 and 3A. RGB value is (28,208,58). Sum of RGB (Red+Green+Blue) = 28+208+58=294 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.52% from 294); Green value is 208 (81.64% from 255 or 70.75% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 208 - color contains mainly: green. Hex color #1CD03A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD03A is #E32FC5. Grayscale: #898989. Windows color (decimal): -14888902 or 3854364. OLE color: 3854364.

HSL color Cylindrical-coordinate representation of color #1CD03A: hue angle of 130º 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 #1CD03A is Cyan = 0.87, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 28 208 58 -
CMYK 0.87 0 0.72 0.18
HSL 130º 0.76% 0.46% -
HSV(B) 130º 0.87% 0.82% -
XYZ 23.8 45.66 11.56 -
YUV 137.08 83.37 50.2 -
System Red Green Blue C M Y K H S L
Decimal 28 208 58 0.87 0 0.72 0.18 130 0.76 0.46
Hex 1C D0 3A 57 0 48 12 82 4C 2E
Octal 34 320 72 127 0 110 22 202 114 56
Binary 11100 11010000 111010 1010111 0 1001000 10010 10000010 1001100 101110

Color Harmonies of #1CD03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD03A

Black with #1CD03A

Text Example


Text Example

White with #1CD03A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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