Html Css Color HEX #2DDF3E Lime Green

📋 copy color: '#2DDF3E'

red 45 ◦ green 223 ◦ blue 62

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

Shades of Lime Green #2DDF3E

Tints of Lime Green #2DDF3E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 67.58%

 BLUE value IS 62 (24.61% from 255) = 18.79%

R = 13.64%
G = 67.58%
B = 18.79%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#2DDF3E (or 0x2DDF3E) is known color: Lime Green. HEX triplet: 2D, DF and 3E. RGB value is (45,223,62). Sum of RGB (Red+Green+Blue) = 45+223+62=330 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.64% from 330); Green value is 223 (87.5% from 255 or 67.58% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDF3E is #D220C1. Grayscale: #979797. Windows color (decimal): -13770946 or 4120365. OLE color: 4120365.

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

Color convert

RGB 45 223 62 -
CMYK 0.80 0 0.72 0.13
HSL 125.73º 0.74% 0.53% -
HSV(B) 125.73º 0.8% 0.87% -
XYZ 28.34 53.68 13.43 -
YUV 151.42 77.53 52.09 -
System Red Green Blue C M Y K H S L
Decimal 45 223 62 0.80 0 0.72 0.13 125.73 0.74 0.53
Hex 2D DF 3E 50 0 48 D 7E 4A 35
Octal 55 337 76 120 0 110 15 176 112 65
Binary 101101 11011111 111110 1010000 0 1001000 1101 1111110 1001010 110101

Color Harmonies of #2DDF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDF3E

Black with #2DDF3E

Text Example


Text Example

White with #2DDF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,223,62); }

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

background-color css

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

 a { background-color: rgb(45,223,62); }

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

border-color css

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

 span { border-color: rgb(45,223,62); }

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