Html Css Color HEX #1DC63B Lime Green

📋 copy color: '#1DC63B'

red 29 ◦ green 198 ◦ blue 59

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

Shades of Lime Green #1DC63B

Tints of Lime Green #1DC63B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 69.23%

 BLUE value IS 59 (23.44% from 255) = 20.63%

R = 10.14%
G = 69.23%
B = 20.63%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#1DC63B (or 0x1DC63B) is known color: Lime Green. HEX triplet: 1D, C6 and 3B. RGB value is (29,198,59). Sum of RGB (Red+Green+Blue) = 29+198+59=286 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.14% from 286); Green value is 198 (77.73% from 255 or 69.23% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 198 - color contains mainly: green. Hex color #1DC63B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC63B is #E239C4. Grayscale: #848484. Windows color (decimal): -14825925 or 3917341. OLE color: 3917341.

HSL color Cylindrical-coordinate representation of color #1DC63B: hue angle of 130.65º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC63B is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 29 198 59 -
CMYK 0.85 0 0.70 0.22
HSL 130.65º 0.74% 0.45% -
HSV(B) 130.65º 0.85% 0.78% -
XYZ 21.49 40.97 10.91 -
YUV 131.62 87.01 54.8 -
System Red Green Blue C M Y K H S L
Decimal 29 198 59 0.85 0 0.70 0.22 130.65 0.74 0.45
Hex 1D C6 3B 55 0 46 16 83 4A 2D
Octal 35 306 73 125 0 106 26 203 112 55
Binary 11101 11000110 111011 1010101 0 1000110 10110 10000011 1001010 101101

Color Harmonies of #1DC63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC63B

Black with #1DC63B

Text Example


Text Example

White with #1DC63B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,198,59); }

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

background-color css

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

 a { background-color: rgb(29,198,59); }

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

border-color css

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

 span { border-color: rgb(29,198,59); }

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