Html Css Color HEX #2DE315 Lime Green

📋 copy color: '#2DE315'

red 45 ◦ green 227 ◦ blue 21

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

Shades of Lime Green #2DE315

Tints of Lime Green #2DE315

RGB

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

 GREEN value IS 227 (89.06% from 255) = 77.47%

 BLUE value IS 21 (8.59% from 255) = 7.17%

R = 15.36%
G = 77.47%
B = 7.17%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#2DE315 (or 0x2DE315) is known color: Lime Green. HEX triplet: 2D, E3 and 15. RGB value is (45,227,21). Sum of RGB (Red+Green+Blue) = 45+227+21=293 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.36% from 293); Green value is 227 (89.06% from 255 or 77.47% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 227 - color contains mainly: green. Hex color #2DE315 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DE315 is #D21CEA. Grayscale: #959595. Windows color (decimal): -13769963 or 1434413. OLE color: 1434413.

HSL color Cylindrical-coordinate representation of color #2DE315: hue angle of 113.01º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2DE315 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 45 227 21 -
CMYK 0.80 0 0.91 0.11
HSL 113.01º 0.83% 0.49% -
HSV(B) 113.01º 0.91% 0.89% -
XYZ 28.69 55.55 9.92 -
YUV 149.1 55.7 53.75 -
System Red Green Blue C M Y K H S L
Decimal 45 227 21 0.80 0 0.91 0.11 113.01 0.83 0.49
Hex 2D E3 15 50 0 5B B 71 53 31
Octal 55 343 25 120 0 133 13 161 123 61
Binary 101101 11100011 10101 1010000 0 1011011 1011 1110001 1010011 110001

Color Harmonies of #2DE315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE315

Black with #2DE315

Text Example


Text Example

White with #2DE315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,227,21); }

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

background-color css

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

 a { background-color: rgb(45,227,21); }

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

border-color css

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

 span { border-color: rgb(45,227,21); }

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