Html Css Color HEX #2DDF22 Lime Green

📋 copy color: '#2DDF22'

red 45 ◦ green 223 ◦ blue 34

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

Shades of Lime Green #2DDF22

Tints of Lime Green #2DDF22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.26%

R = 14.9%
G = 73.84%
B = 11.26%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#2DDF22 (or 0x2DDF22) is known color: Lime Green. HEX triplet: 2D, DF and 22. RGB value is (45,223,34). Sum of RGB (Red+Green+Blue) = 45+223+34=302 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.90% from 302); Green value is 223 (87.5% from 255 or 73.84% from 302); Blue value is 34 (13.67% from 255 or 11.26% from 302); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDF22 is #D220DD. Grayscale: #949494. Windows color (decimal): -13770974 or 2285357. OLE color: 2285357.

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

Color convert

RGB 45 223 34 -
CMYK 0.80 0 0.85 0.13
HSL 116.51º 0.75% 0.5% -
HSV(B) 116.51º 0.85% 0.87% -
XYZ 27.76 53.45 10.37 -
YUV 148.23 63.53 54.37 -
System Red Green Blue C M Y K H S L
Decimal 45 223 34 0.80 0 0.85 0.13 116.51 0.75 0.5
Hex 2D DF 22 50 0 55 D 75 4B 32
Octal 55 337 42 120 0 125 15 165 113 62
Binary 101101 11011111 100010 1010000 0 1010101 1101 1110101 1001011 110010

Color Harmonies of #2DDF22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDF22

Black with #2DDF22

Text Example


Text Example

White with #2DDF22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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