Html Css Color HEX #2DB033 Lime Green

📋 copy color: '#2DB033'

red 45 ◦ green 176 ◦ blue 51

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

Shades of Lime Green #2DB033

Tints of Lime Green #2DB033

RGB

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

 GREEN value IS 176 (69.14% from 255) = 64.71%

 BLUE value IS 51 (20.31% from 255) = 18.75%

R = 16.54%
G = 64.71%
B = 18.75%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#2DB033 (or 0x2DB033) is known color: Lime Green. HEX triplet: 2D, B0 and 33. RGB value is (45,176,51). Sum of RGB (Red+Green+Blue) = 45+176+51=272 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.54% from 272); Green value is 176 (69.14% from 255 or 64.71% from 272); Blue value is 51 (20.31% from 255 or 18.75% from 272); Max value from RGB is 176 - color contains mainly: green. Hex color #2DB033 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DB033 is #D24FCC. Grayscale: #7A7A7A. Windows color (decimal): -13782989 or 3387437. OLE color: 3387437.

HSL color Cylindrical-coordinate representation of color #2DB033: hue angle of 122.75º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DB033 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 45 176 51 -
CMYK 0.74 0 0.71 0.31
HSL 122.75º 0.59% 0.43% -
HSV(B) 122.75º 0.74% 0.69% -
XYZ 17.21 31.85 8.37 -
YUV 122.58 87.6 72.66 -
System Red Green Blue C M Y K H S L
Decimal 45 176 51 0.74 0 0.71 0.31 122.75 0.59 0.43
Hex 2D B0 33 4A 0 47 1F 7B 3B 2B
Octal 55 260 63 112 0 107 37 173 73 53
Binary 101101 10110000 110011 1001010 0 1000111 11111 1111011 111011 101011

Color Harmonies of #2DB033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB033

Black with #2DB033

Text Example


Text Example

White with #2DB033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,176,51); }

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

background-color css

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

 a { background-color: rgb(45,176,51); }

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

border-color css

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

 span { border-color: rgb(45,176,51); }

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