Html Css Color HEX #1DC230 Lime Green

📋 copy color: '#1DC230'

red 29 ◦ green 194 ◦ blue 48

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

Shades of Lime Green #1DC230

Tints of Lime Green #1DC230

RGB

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

 GREEN value IS 194 (76.17% from 255) = 71.59%

 BLUE value IS 48 (19.14% from 255) = 17.71%

R = 10.7%
G = 71.59%
B = 17.71%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#1DC230 (or 0x1DC230) is known color: Lime Green. HEX triplet: 1D, C2 and 30. RGB value is (29,194,48). Sum of RGB (Red+Green+Blue) = 29+194+48=271 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.70% from 271); Green value is 194 (76.17% from 255 or 71.59% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 194 - color contains mainly: green. Hex color #1DC230 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC230 is #E23DCF. Grayscale: #808080. Windows color (decimal): -14826960 or 3195421. OLE color: 3195421.

HSL color Cylindrical-coordinate representation of color #1DC230: hue angle of 126.91º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC230 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 29 194 48 -
CMYK 0.85 0 0.75 0.24
HSL 126.91º 0.74% 0.44% -
HSV(B) 126.91º 0.85% 0.76% -
XYZ 20.33 39.06 9.26 -
YUV 128.02 82.84 57.37 -
System Red Green Blue C M Y K H S L
Decimal 29 194 48 0.85 0 0.75 0.24 126.91 0.74 0.44
Hex 1D C2 30 55 0 4B 18 7F 4A 2C
Octal 35 302 60 125 0 113 30 177 112 54
Binary 11101 11000010 110000 1010101 0 1001011 11000 1111111 1001010 101100

Color Harmonies of #1DC230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC230

Black with #1DC230

Text Example


Text Example

White with #1DC230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,194,48); }

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

background-color css

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

 a { background-color: rgb(29,194,48); }

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

border-color css

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

 span { border-color: rgb(29,194,48); }

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