Html Css Color HEX #2DBF4A Lime Green

📋 copy color: '#2DBF4A'

red 45 ◦ green 191 ◦ blue 74

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

Shades of Lime Green #2DBF4A

Tints of Lime Green #2DBF4A

RGB

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

 GREEN value IS 191 (75% from 255) = 61.61%

 BLUE value IS 74 (29.3% from 255) = 23.87%

R = 14.52%
G = 61.61%
B = 23.87%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#2DBF4A (or 0x2DBF4A) is known color: Lime Green. HEX triplet: 2D, BF and 4A. RGB value is (45,191,74). Sum of RGB (Red+Green+Blue) = 45+191+74=310 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.52% from 310); Green value is 191 (75% from 255 or 61.61% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBF4A is #D240B5. Grayscale: #868686. Windows color (decimal): -13779126 or 4898605. OLE color: 4898605.

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

Color convert

RGB 45 191 74 -
CMYK 0.76 0 0.61 0.25
HSL 131.92º 0.62% 0.46% -
HSV(B) 131.92º 0.76% 0.75% -
XYZ 20.95 38.31 12.77 -
YUV 134.01 94.13 64.51 -
System Red Green Blue C M Y K H S L
Decimal 45 191 74 0.76 0 0.61 0.25 131.92 0.62 0.46
Hex 2D BF 4A 4C 0 3D 19 84 3E 2E
Octal 55 277 112 114 0 75 31 204 76 56
Binary 101101 10111111 1001010 1001100 0 111101 11001 10000100 111110 101110

Color Harmonies of #2DBF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBF4A

Black with #2DBF4A

Text Example


Text Example

White with #2DBF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,191,74); }

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

background-color css

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

 a { background-color: rgb(45,191,74); }

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

border-color css

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

 span { border-color: rgb(45,191,74); }

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