Html Css Color HEX #2DB03B Lime Green

📋 copy color: '#2DB03B'

red 45 ◦ green 176 ◦ blue 59

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

Shades of Lime Green #2DB03B

Tints of Lime Green #2DB03B

RGB

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

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

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

R = 16.07%
G = 62.86%
B = 21.07%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#2DB03B (or 0x2DB03B) is known color: Lime Green. HEX triplet: 2D, B0 and 3B. RGB value is (45,176,59). Sum of RGB (Red+Green+Blue) = 45+176+59=280 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.07% from 280); Green value is 176 (69.14% from 255 or 62.86% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 176 - color contains mainly: green. Hex color #2DB03B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DB03B is #D24FC4. Grayscale: #7B7B7B. Windows color (decimal): -13782981 or 3911725. OLE color: 3911725.

HSL color Cylindrical-coordinate representation of color #2DB03B: hue angle of 126.41º 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 #2DB03B is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 45 176 59 -
CMYK 0.74 0 0.66 0.31
HSL 126.41º 0.59% 0.43% -
HSV(B) 126.41º 0.74% 0.69% -
XYZ 17.4 31.92 9.38 -
YUV 123.49 91.6 72.01 -
System Red Green Blue C M Y K H S L
Decimal 45 176 59 0.74 0 0.66 0.31 126.41 0.59 0.43
Hex 2D B0 3B 4A 0 42 1F 7E 3B 2B
Octal 55 260 73 112 0 102 37 176 73 53
Binary 101101 10110000 111011 1001010 0 1000010 11111 1111110 111011 101011

Color Harmonies of #2DB03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB03B

Black with #2DB03B

Text Example


Text Example

White with #2DB03B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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