Html Css Color HEX #1DC231 Lime Green

📋 copy color: '#1DC231'

red 29 ◦ green 194 ◦ blue 49

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

Shades of Lime Green #1DC231

Tints of Lime Green #1DC231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.01%

R = 10.66%
G = 71.32%
B = 18.01%

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

#1DC231 (or 0x1DC231) is known color: Lime Green. HEX triplet: 1D, C2 and 31. RGB value is (29,194,49). Sum of RGB (Red+Green+Blue) = 29+194+49=272 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.66% from 272); Green value is 194 (76.17% from 255 or 71.32% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 194 - color contains mainly: green. Hex color #1DC231 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC231 is #E23DCE. Grayscale: #808080. Windows color (decimal): -14826959 or 3260957. OLE color: 3260957.

HSL color Cylindrical-coordinate representation of color #1DC231: hue angle of 127.27º 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 #1DC231 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 29 194 49 -
CMYK 0.85 0 0.75 0.24
HSL 127.27º 0.74% 0.44% -
HSV(B) 127.27º 0.85% 0.76% -
XYZ 20.35 39.07 9.37 -
YUV 128.14 83.34 57.29 -
System Red Green Blue C M Y K H S L
Decimal 29 194 49 0.85 0 0.75 0.24 127.27 0.74 0.44
Hex 1D C2 31 55 0 4B 18 7F 4A 2C
Octal 35 302 61 125 0 113 30 177 112 54
Binary 11101 11000010 110001 1010101 0 1001011 11000 1111111 1001010 101100

Color Harmonies of #1DC231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC231

Black with #1DC231

Text Example


Text Example

White with #1DC231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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