Html Css Color HEX #2DEB3F Lime Green

📋 copy color: '#2DEB3F'

red 45 ◦ green 235 ◦ blue 63

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

Shades of Lime Green #2DEB3F

Tints of Lime Green #2DEB3F

RGB

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

 GREEN value IS 235 (92.19% from 255) = 68.51%

 BLUE value IS 63 (25% from 255) = 18.37%

R = 13.12%
G = 68.51%
B = 18.37%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#2DEB3F (or 0x2DEB3F) is known color: Lime Green. HEX triplet: 2D, EB and 3F. RGB value is (45,235,63). Sum of RGB (Red+Green+Blue) = 45+235+63=343 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.12% from 343); Green value is 235 (92.19% from 255 or 68.51% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 235 - color contains mainly: green. Hex color #2DEB3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DEB3F is #D214C0. Grayscale: #9F9F9F. Windows color (decimal): -13767873 or 4188973. OLE color: 4188973.

HSL color Cylindrical-coordinate representation of color #2DEB3F: hue angle of 125.68º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEB3F is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 45 235 63 -
CMYK 0.81 0 0.73 0.08
HSL 125.68º 0.83% 0.55% -
HSV(B) 125.68º 0.81% 0.92% -
XYZ 31.69 60.33 14.68 -
YUV 158.58 74.05 46.99 -
System Red Green Blue C M Y K H S L
Decimal 45 235 63 0.81 0 0.73 0.08 125.68 0.83 0.55
Hex 2D EB 3F 51 0 49 8 7E 53 37
Octal 55 353 77 121 0 111 10 176 123 67
Binary 101101 11101011 111111 1010001 0 1001001 1000 1111110 1010011 110111

Color Harmonies of #2DEB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DEB3F

Black with #2DEB3F

Text Example


Text Example

White with #2DEB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,235,63); }

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

background-color css

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

 a { background-color: rgb(45,235,63); }

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

border-color css

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

 span { border-color: rgb(45,235,63); }

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