Html Css Color HEX #2DE616 Lime Green

📋 copy color: '#2DE616'

red 45 ◦ green 230 ◦ blue 22

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

Shades of Lime Green #2DE616

Tints of Lime Green #2DE616

RGB

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

 GREEN value IS 230 (90.23% from 255) = 77.44%

 BLUE value IS 22 (8.98% from 255) = 7.41%

R = 15.15%
G = 77.44%
B = 7.41%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#2DE616 (or 0x2DE616) is known color: Lime Green. HEX triplet: 2D, E6 and 16. RGB value is (45,230,22). Sum of RGB (Red+Green+Blue) = 45+230+22=297 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.15% from 297); Green value is 230 (90.23% from 255 or 77.44% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 230 - color contains mainly: green. Hex color #2DE616 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DE616 is #D219E9. Grayscale: #979797. Windows color (decimal): -13769194 or 1500717. OLE color: 1500717.

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

Color convert

RGB 45 230 22 -
CMYK 0.80 0 0.90 0.10
HSL 113.37º 0.83% 0.49% -
HSV(B) 113.37º 0.9% 0.9% -
XYZ 29.52 57.21 10.25 -
YUV 150.97 55.21 52.41 -
System Red Green Blue C M Y K H S L
Decimal 45 230 22 0.80 0 0.90 0.10 113.37 0.83 0.49
Hex 2D E6 16 50 0 5A A 71 53 31
Octal 55 346 26 120 0 132 12 161 123 61
Binary 101101 11100110 10110 1010000 0 1011010 1010 1110001 1010011 110001

Color Harmonies of #2DE616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE616

Black with #2DE616

Text Example


Text Example

White with #2DE616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,230,22); }

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

background-color css

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

 a { background-color: rgb(45,230,22); }

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

border-color css

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

 span { border-color: rgb(45,230,22); }

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