Html Css Color HEX #1CD23D Lime Green

📋 copy color: '#1CD23D'

red 28 ◦ green 210 ◦ blue 61

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

Shades of Lime Green #1CD23D

Tints of Lime Green #1CD23D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.4%

R = 9.36%
G = 70.23%
B = 20.4%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#1CD23D (or 0x1CD23D) is known color: Lime Green. HEX triplet: 1C, D2 and 3D. RGB value is (28,210,61). Sum of RGB (Red+Green+Blue) = 28+210+61=299 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.36% from 299); Green value is 210 (82.42% from 255 or 70.23% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 210 - color contains mainly: green. Hex color #1CD23D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD23D is #E32DC2. Grayscale: #8B8B8B. Windows color (decimal): -14888387 or 4051484. OLE color: 4051484.

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

Color convert

RGB 28 210 61 -
CMYK 0.87 0 0.71 0.18
HSL 130.88º 0.76% 0.47% -
HSV(B) 130.88º 0.87% 0.82% -
XYZ 24.37 46.68 12.14 -
YUV 138.6 84.2 49.12 -
System Red Green Blue C M Y K H S L
Decimal 28 210 61 0.87 0 0.71 0.18 130.88 0.76 0.47
Hex 1C D2 3D 57 0 47 12 83 4C 2F
Octal 34 322 75 127 0 107 22 203 114 57
Binary 11100 11010010 111101 1010111 0 1000111 10010 10000011 1001100 101111

Color Harmonies of #1CD23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD23D

Black with #1CD23D

Text Example


Text Example

White with #1CD23D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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