Html Css Color HEX #2DDF23 Lime Green

📋 copy color: '#2DDF23'

red 45 ◦ green 223 ◦ blue 35

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

Shades of Lime Green #2DDF23

Tints of Lime Green #2DDF23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.55%

R = 14.85%
G = 73.6%
B = 11.55%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#2DDF23 (or 0x2DDF23) is known color: Lime Green. HEX triplet: 2D, DF and 23. RGB value is (45,223,35). Sum of RGB (Red+Green+Blue) = 45+223+35=303 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.85% from 303); Green value is 223 (87.5% from 255 or 73.60% from 303); Blue value is 35 (14.06% from 255 or 11.55% from 303); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDF23 is #D220DC. Grayscale: #949494. Windows color (decimal): -13770973 or 2350893. OLE color: 2350893.

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

Color convert

RGB 45 223 35 -
CMYK 0.80 0 0.84 0.13
HSL 116.81º 0.75% 0.51% -
HSV(B) 116.81º 0.84% 0.87% -
XYZ 27.77 53.45 10.44 -
YUV 148.35 64.03 54.29 -
System Red Green Blue C M Y K H S L
Decimal 45 223 35 0.80 0 0.84 0.13 116.81 0.75 0.51
Hex 2D DF 23 50 0 54 D 75 4B 33
Octal 55 337 43 120 0 124 15 165 113 63
Binary 101101 11011111 100011 1010000 0 1010100 1101 1110101 1001011 110011

Color Harmonies of #2DDF23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDF23

Black with #2DDF23

Text Example


Text Example

White with #2DDF23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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