Html Css Color HEX #2DB223 Lime Green

📋 copy color: '#2DB223'

red 45 ◦ green 178 ◦ blue 35

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

Shades of Lime Green #2DB223

Tints of Lime Green #2DB223

RGB

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

 GREEN value IS 178 (69.92% from 255) = 68.99%

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

R = 17.44%
G = 68.99%
B = 13.57%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#2DB223 (or 0x2DB223) is known color: Lime Green. HEX triplet: 2D, B2 and 23. RGB value is (45,178,35). Sum of RGB (Red+Green+Blue) = 45+178+35=258 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.44% from 258); Green value is 178 (69.92% from 255 or 68.99% from 258); Blue value is 35 (14.06% from 255 or 13.57% from 258); Max value from RGB is 178 - color contains mainly: green. Hex color #2DB223 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DB223 is #D24DDC. Grayscale: #7A7A7A. Windows color (decimal): -13782493 or 2339373. OLE color: 2339373.

HSL color Cylindrical-coordinate representation of color #2DB223: hue angle of 115.8º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DB223 is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 45 178 35 -
CMYK 0.75 0 0.80 0.30
HSL 115.8º 0.67% 0.42% -
HSV(B) 115.8º 0.8% 0.7% -
XYZ 17.31 32.52 6.95 -
YUV 121.93 78.94 73.13 -
System Red Green Blue C M Y K H S L
Decimal 45 178 35 0.75 0 0.80 0.30 115.8 0.67 0.42
Hex 2D B2 23 4B 0 50 1E 74 43 2A
Octal 55 262 43 113 0 120 36 164 103 52
Binary 101101 10110010 100011 1001011 0 1010000 11110 1110100 1000011 101010

Color Harmonies of #2DB223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB223

Black with #2DB223

Text Example


Text Example

White with #2DB223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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