Html Css Color HEX #1DCC23 Lime Green

📋 copy color: '#1DCC23'

red 29 ◦ green 204 ◦ blue 35

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

Shades of Lime Green #1DCC23

Tints of Lime Green #1DCC23

RGB

 RED value IS 29 (11.72% from 255) = 10.82%

 GREEN value IS 204 (80.08% from 255) = 76.12%

 BLUE value IS 35 (14.06% from 255) = 13.06%

R = 10.82%
G = 76.12%
B = 13.06%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#1DCC23 (or 0x1DCC23) is known color: Lime Green. HEX triplet: 1D, CC and 23. RGB value is (29,204,35). Sum of RGB (Red+Green+Blue) = 29+204+35=268 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.82% from 268); Green value is 204 (80.08% from 255 or 76.12% from 268); Blue value is 35 (14.06% from 255 or 13.06% from 268); Max value from RGB is 204 - color contains mainly: green. Hex color #1DCC23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCC23 is #E233DC. Grayscale: #848484. Windows color (decimal): -14824413 or 2346013. OLE color: 2346013.

HSL color Cylindrical-coordinate representation of color #1DCC23: hue angle of 122.06º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCC23 is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB 29 204 35 -
CMYK 0.86 0 0.83 0.2
HSL 122.06º 0.75% 0.46% -
HSV(B) 122.06º 0.86% 0.8% -
XYZ 22.4 43.57 8.82 -
YUV 132.41 73.02 54.24 -
System Red Green Blue C M Y K H S L
Decimal 29 204 35 0.86 0 0.83 0.2 122.06 0.75 0.46
Hex 1D CC 23 56 0 53 14 7A 4B 2E
Octal 35 314 43 126 0 123 24 172 113 56
Binary 11101 11001100 100011 1010110 0 1010011 10100 1111010 1001011 101110

Color Harmonies of #1DCC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCC23

Black with #1DCC23

Text Example


Text Example

White with #1DCC23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,204,35); }

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

background-color css

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

 a { background-color: rgb(29,204,35); }

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

border-color css

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

 span { border-color: rgb(29,204,35); }

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