Html Css Color HEX #2DBF3E Lime Green

📋 copy color: '#2DBF3E'

red 45 ◦ green 191 ◦ blue 62

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

Shades of Lime Green #2DBF3E

Tints of Lime Green #2DBF3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.81%

R = 15.1%
G = 64.09%
B = 20.81%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#2DBF3E (or 0x2DBF3E) is known color: Lime Green. HEX triplet: 2D, BF and 3E. RGB value is (45,191,62). Sum of RGB (Red+Green+Blue) = 45+191+62=298 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.10% from 298); Green value is 191 (75% from 255 or 64.09% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBF3E is #D240C1. Grayscale: #858585. Windows color (decimal): -13779138 or 4112173. OLE color: 4112173.

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

Color convert

RGB 45 191 62 -
CMYK 0.76 0 0.68 0.25
HSL 126.99º 0.62% 0.46% -
HSV(B) 126.99º 0.76% 0.75% -
XYZ 20.58 38.17 10.84 -
YUV 132.64 88.13 65.49 -
System Red Green Blue C M Y K H S L
Decimal 45 191 62 0.76 0 0.68 0.25 126.99 0.62 0.46
Hex 2D BF 3E 4C 0 44 19 7F 3E 2E
Octal 55 277 76 114 0 104 31 177 76 56
Binary 101101 10111111 111110 1001100 0 1000100 11001 1111111 111110 101110

Color Harmonies of #2DBF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBF3E

Black with #2DBF3E

Text Example


Text Example

White with #2DBF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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