Html Css Color HEX #2DBF3A Lime Green

📋 copy color: '#2DBF3A'

red 45 ◦ green 191 ◦ blue 58

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

Shades of Lime Green #2DBF3A

Tints of Lime Green #2DBF3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.73%

R = 15.31%
G = 64.97%
B = 19.73%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#2DBF3A (or 0x2DBF3A) is known color: Lime Green. HEX triplet: 2D, BF and 3A. RGB value is (45,191,58). Sum of RGB (Red+Green+Blue) = 45+191+58=294 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.31% from 294); Green value is 191 (75% from 255 or 64.97% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBF3A is #D240C5. Grayscale: #848484. Windows color (decimal): -13779142 or 3850029. OLE color: 3850029.

HSL color Cylindrical-coordinate representation of color #2DBF3A: hue angle of 125.34º 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 #2DBF3A is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 45 191 58 -
CMYK 0.76 0 0.70 0.25
HSL 125.34º 0.62% 0.46% -
HSV(B) 125.34º 0.76% 0.75% -
XYZ 20.48 38.12 10.28 -
YUV 132.18 86.13 65.81 -
System Red Green Blue C M Y K H S L
Decimal 45 191 58 0.76 0 0.70 0.25 125.34 0.62 0.46
Hex 2D BF 3A 4C 0 46 19 7D 3E 2E
Octal 55 277 72 114 0 106 31 175 76 56
Binary 101101 10111111 111010 1001100 0 1000110 11001 1111101 111110 101110

Color Harmonies of #2DBF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBF3A

Black with #2DBF3A

Text Example


Text Example

White with #2DBF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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