Html Css Color HEX #1CD23A Lime Green

📋 copy color: '#1CD23A'

red 28 ◦ green 210 ◦ blue 58

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

Shades of Lime Green #1CD23A

Tints of Lime Green #1CD23A

RGB

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

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

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

R = 9.46%
G = 70.95%
B = 19.59%

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

#1CD23A (or 0x1CD23A) is known color: Lime Green. HEX triplet: 1C, D2 and 3A. RGB value is (28,210,58). Sum of RGB (Red+Green+Blue) = 28+210+58=296 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.46% from 296); Green value is 210 (82.42% from 255 or 70.95% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 210 - color contains mainly: green. Hex color #1CD23A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD23A is #E32DC5. Grayscale: #8A8A8A. Windows color (decimal): -14888390 or 3854876. OLE color: 3854876.

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

Color convert

RGB 28 210 58 -
CMYK 0.87 0 0.72 0.18
HSL 129.89º 0.76% 0.47% -
HSV(B) 129.89º 0.87% 0.82% -
XYZ 24.29 46.65 11.73 -
YUV 138.25 82.7 49.36 -
System Red Green Blue C M Y K H S L
Decimal 28 210 58 0.87 0 0.72 0.18 129.89 0.76 0.47
Hex 1C D2 3A 57 0 48 12 82 4C 2F
Octal 34 322 72 127 0 110 22 202 114 57
Binary 11100 11010010 111010 1010111 0 1001000 10010 10000010 1001100 101111

Color Harmonies of #1CD23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD23A

Black with #1CD23A

Text Example


Text Example

White with #1CD23A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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