Html Css Color HEX #2DBD4B Lime Green

📋 copy color: '#2DBD4B'

red 45 ◦ green 189 ◦ blue 75

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

Shades of Lime Green #2DBD4B

Tints of Lime Green #2DBD4B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 61.17%

 BLUE value IS 75 (29.69% from 255) = 24.27%

R = 14.56%
G = 61.17%
B = 24.27%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#2DBD4B (or 0x2DBD4B) is known color: Lime Green. HEX triplet: 2D, BD and 4B. RGB value is (45,189,75). Sum of RGB (Red+Green+Blue) = 45+189+75=309 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.56% from 309); Green value is 189 (74.22% from 255 or 61.17% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 189 - color contains mainly: green. Hex color #2DBD4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBD4B is #D242B4. Grayscale: #858585. Windows color (decimal): -13779637 or 4963629. OLE color: 4963629.

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

Color convert

RGB 45 189 75 -
CMYK 0.76 0 0.60 0.26
HSL 132.5º 0.62% 0.46% -
HSV(B) 132.5º 0.76% 0.74% -
XYZ 20.55 37.46 12.8 -
YUV 132.95 95.29 65.27 -
System Red Green Blue C M Y K H S L
Decimal 45 189 75 0.76 0 0.60 0.26 132.5 0.62 0.46
Hex 2D BD 4B 4C 0 3C 1A 84 3E 2E
Octal 55 275 113 114 0 74 32 204 76 56
Binary 101101 10111101 1001011 1001100 0 111100 11010 10000100 111110 101110

Color Harmonies of #2DBD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBD4B

Black with #2DBD4B

Text Example


Text Example

White with #2DBD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,189,75); }

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

background-color css

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

 a { background-color: rgb(45,189,75); }

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

border-color css

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

 span { border-color: rgb(45,189,75); }

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