Html Css Color HEX #2DDF1E Lime Green

📋 copy color: '#2DDF1E'

red 45 ◦ green 223 ◦ blue 30

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

Shades of Lime Green #2DDF1E

Tints of Lime Green #2DDF1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.07%

R = 15.1%
G = 74.83%
B = 10.07%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#2DDF1E (or 0x2DDF1E) is known color: Lime Green. HEX triplet: 2D, DF and 1E. RGB value is (45,223,30). Sum of RGB (Red+Green+Blue) = 45+223+30=298 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.10% from 298); Green value is 223 (87.5% from 255 or 74.83% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDF1E is #D220E1. Grayscale: #949494. Windows color (decimal): -13770978 or 2023213. OLE color: 2023213.

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

Color convert

RGB 45 223 30 -
CMYK 0.80 0 0.87 0.13
HSL 115.34º 0.76% 0.5% -
HSV(B) 115.34º 0.87% 0.87% -
XYZ 27.7 53.43 10.08 -
YUV 147.78 61.53 54.69 -
System Red Green Blue C M Y K H S L
Decimal 45 223 30 0.80 0 0.87 0.13 115.34 0.76 0.5
Hex 2D DF 1E 50 0 57 D 73 4C 32
Octal 55 337 36 120 0 127 15 163 114 62
Binary 101101 11011111 11110 1010000 0 1010111 1101 1110011 1001100 110010

Color Harmonies of #2DDF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDF1E

Black with #2DDF1E

Text Example


Text Example

White with #2DDF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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