Html Css Color HEX #2DBC17 Lime Green

📋 copy color: '#2DBC17'

red 45 ◦ green 188 ◦ blue 23

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

Shades of Lime Green #2DBC17

Tints of Lime Green #2DBC17

RGB

 RED value IS 45 (17.97% from 255) = 17.58%

 GREEN value IS 188 (73.83% from 255) = 73.44%

 BLUE value IS 23 (9.38% from 255) = 8.98%

R = 17.58%
G = 73.44%
B = 8.98%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#2DBC17 (or 0x2DBC17) is known color: Lime Green. HEX triplet: 2D, BC and 17. RGB value is (45,188,23). Sum of RGB (Red+Green+Blue) = 45+188+23=256 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.58% from 256); Green value is 188 (73.83% from 255 or 73.44% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DBC17 is #D243E8. Grayscale: #7E7E7E. Windows color (decimal): -13779945 or 1555501. OLE color: 1555501.

HSL color Cylindrical-coordinate representation of color #2DBC17: hue angle of 112º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2DBC17 is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 45 188 23 -
CMYK 0.76 0 0.88 0.26
HSL 112º 0.78% 0.41% -
HSV(B) 112º 0.88% 0.74% -
XYZ 19.22 36.59 6.86 -
YUV 126.43 69.62 69.92 -
System Red Green Blue C M Y K H S L
Decimal 45 188 23 0.76 0 0.88 0.26 112 0.78 0.41
Hex 2D BC 17 4C 0 58 1A 70 4E 29
Octal 55 274 27 114 0 130 32 160 116 51
Binary 101101 10111100 10111 1001100 0 1011000 11010 1110000 1001110 101001

Color Harmonies of #2DBC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBC17

Black with #2DBC17

Text Example


Text Example

White with #2DBC17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2DBC17; }

 p { color: rgb(45,188,23); }

 H1.HeaderClassName
 {
   color: #2DBC17;
 }
 .AnyTagClassName
 {
   color: #2DBC17;
 }
</style>

background-color css

<style>
 a { background-color: #2DBC17; }

 a { background-color: rgb(45,188,23); }

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

border-color css

<style>
 span { border-color: #2DBC17; }

 span { border-color: rgb(45,188,23); }

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