Html Css Color HEX #2DE33F Lime Green

📋 copy color: '#2DE33F'

red 45 ◦ green 227 ◦ blue 63

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

Shades of Lime Green #2DE33F

Tints of Lime Green #2DE33F

RGB

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

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

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

R = 13.43%
G = 67.76%
B = 18.81%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#2DE33F (or 0x2DE33F) is known color: Lime Green. HEX triplet: 2D, E3 and 3F. RGB value is (45,227,63). Sum of RGB (Red+Green+Blue) = 45+227+63=335 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.43% from 335); Green value is 227 (89.06% from 255 or 67.76% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 227 - color contains mainly: green. Hex color #2DE33F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DE33F is #D21CC0. Grayscale: #9A9A9A. Windows color (decimal): -13769921 or 4186925. OLE color: 4186925.

HSL color Cylindrical-coordinate representation of color #2DE33F: hue angle of 125.93º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE33F is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 45 227 63 -
CMYK 0.80 0 0.72 0.11
HSL 125.93º 0.76% 0.53% -
HSV(B) 125.93º 0.8% 0.89% -
XYZ 29.45 55.85 13.93 -
YUV 153.89 76.7 50.34 -
System Red Green Blue C M Y K H S L
Decimal 45 227 63 0.80 0 0.72 0.11 125.93 0.76 0.53
Hex 2D E3 3F 50 0 48 B 7E 4C 35
Octal 55 343 77 120 0 110 13 176 114 65
Binary 101101 11100011 111111 1010000 0 1001000 1011 1111110 1001100 110101

Color Harmonies of #2DE33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE33F

Black with #2DE33F

Text Example


Text Example

White with #2DE33F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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