Html Css Color HEX #2DDF38 Lime Green

📋 copy color: '#2DDF38'

red 45 ◦ green 223 ◦ blue 56

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

Shades of Lime Green #2DDF38

Tints of Lime Green #2DDF38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.28%

R = 13.89%
G = 68.83%
B = 17.28%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#2DDF38 (or 0x2DDF38) is known color: Lime Green. HEX triplet: 2D, DF and 38. RGB value is (45,223,56). Sum of RGB (Red+Green+Blue) = 45+223+56=324 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.89% from 324); Green value is 223 (87.5% from 255 or 68.83% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDF38 is #D220C7. Grayscale: #979797. Windows color (decimal): -13770952 or 3727149. OLE color: 3727149.

HSL color Cylindrical-coordinate representation of color #2DDF38: hue angle of 123.71º 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 #2DDF38 is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 45 223 56 -
CMYK 0.80 0 0.75 0.13
HSL 123.71º 0.74% 0.53% -
HSV(B) 123.71º 0.8% 0.87% -
XYZ 28.18 53.62 12.61 -
YUV 150.74 74.53 52.58 -
System Red Green Blue C M Y K H S L
Decimal 45 223 56 0.80 0 0.75 0.13 123.71 0.74 0.53
Hex 2D DF 38 50 0 4B D 7C 4A 35
Octal 55 337 70 120 0 113 15 174 112 65
Binary 101101 11011111 111000 1010000 0 1001011 1101 1111100 1001010 110101

Color Harmonies of #2DDF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDF38

Black with #2DDF38

Text Example


Text Example

White with #2DDF38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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