Html Css Color HEX #2DBE4E Lime Green

📋 copy color: '#2DBE4E'

red 45 ◦ green 190 ◦ blue 78

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

Shades of Lime Green #2DBE4E

Tints of Lime Green #2DBE4E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 60.7%

 BLUE value IS 78 (30.86% from 255) = 24.92%

R = 14.38%
G = 60.7%
B = 24.92%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#2DBE4E (or 0x2DBE4E) is known color: Lime Green. HEX triplet: 2D, BE and 4E. RGB value is (45,190,78). Sum of RGB (Red+Green+Blue) = 45+190+78=313 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.38% from 313); Green value is 190 (74.61% from 255 or 60.70% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBE4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBE4E is #D241B1. Grayscale: #868686. Windows color (decimal): -13779378 or 5160493. OLE color: 5160493.

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

Color convert

RGB 45 190 78 -
CMYK 0.76 0 0.59 0.25
HSL 133.66º 0.62% 0.46% -
HSV(B) 133.66º 0.76% 0.75% -
XYZ 20.87 37.93 13.43 -
YUV 133.88 96.46 64.61 -
System Red Green Blue C M Y K H S L
Decimal 45 190 78 0.76 0 0.59 0.25 133.66 0.62 0.46
Hex 2D BE 4E 4C 0 3B 19 86 3E 2E
Octal 55 276 116 114 0 73 31 206 76 56
Binary 101101 10111110 1001110 1001100 0 111011 11001 10000110 111110 101110

Color Harmonies of #2DBE4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBE4E

Black with #2DBE4E

Text Example


Text Example

White with #2DBE4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,190,78); }

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

background-color css

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

 a { background-color: rgb(45,190,78); }

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

border-color css

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

 span { border-color: rgb(45,190,78); }

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