Html Css Color HEX #2DBC29 Lime Green

📋 copy color: '#2DBC29'

red 45 ◦ green 188 ◦ blue 41

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

Shades of Lime Green #2DBC29

Tints of Lime Green #2DBC29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.96%

R = 16.42%
G = 68.61%
B = 14.96%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#2DBC29 (or 0x2DBC29) is known color: Lime Green. HEX triplet: 2D, BC and 29. RGB value is (45,188,41). Sum of RGB (Red+Green+Blue) = 45+188+41=274 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.42% from 274); Green value is 188 (73.83% from 255 or 68.61% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBC29 is #D243D6. Grayscale: #808080. Windows color (decimal): -13779927 or 2735149. OLE color: 2735149.

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

Color convert

RGB 45 188 41 -
CMYK 0.76 0 0.78 0.26
HSL 118.37º 0.64% 0.45% -
HSV(B) 118.37º 0.78% 0.74% -
XYZ 19.47 36.68 8.15 -
YUV 128.49 78.62 68.45 -
System Red Green Blue C M Y K H S L
Decimal 45 188 41 0.76 0 0.78 0.26 118.37 0.64 0.45
Hex 2D BC 29 4C 0 4E 1A 76 40 2D
Octal 55 274 51 114 0 116 32 166 100 55
Binary 101101 10111100 101001 1001100 0 1001110 11010 1110110 1000000 101101

Color Harmonies of #2DBC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBC29

Black with #2DBC29

Text Example


Text Example

White with #2DBC29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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