Html Css Color HEX #2DDF28 Lime Green

📋 copy color: '#2DDF28'

red 45 ◦ green 223 ◦ blue 40

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

Shades of Lime Green #2DDF28

Tints of Lime Green #2DDF28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.99%

R = 14.61%
G = 72.4%
B = 12.99%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#2DDF28 (or 0x2DDF28) is known color: Lime Green. HEX triplet: 2D, DF and 28. RGB value is (45,223,40). Sum of RGB (Red+Green+Blue) = 45+223+40=308 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.61% from 308); Green value is 223 (87.5% from 255 or 72.40% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDF28 is #D220D7. Grayscale: #959595. Windows color (decimal): -13770968 or 2678573. OLE color: 2678573.

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

Color convert

RGB 45 223 40 -
CMYK 0.80 0 0.82 0.13
HSL 118.36º 0.74% 0.52% -
HSV(B) 118.36º 0.82% 0.87% -
XYZ 27.85 53.49 10.86 -
YUV 148.92 66.53 53.88 -
System Red Green Blue C M Y K H S L
Decimal 45 223 40 0.80 0 0.82 0.13 118.36 0.74 0.52
Hex 2D DF 28 50 0 52 D 76 4A 34
Octal 55 337 50 120 0 122 15 166 112 64
Binary 101101 11011111 101000 1010000 0 1010010 1101 1110110 1001010 110100

Color Harmonies of #2DDF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDF28

Black with #2DDF28

Text Example


Text Example

White with #2DDF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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