Html Css Color HEX #2DC226 Lime Green

📋 copy color: '#2DC226'

red 45 ◦ green 194 ◦ blue 38

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

Shades of Lime Green #2DC226

Tints of Lime Green #2DC226

RGB

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

 GREEN value IS 194 (76.17% from 255) = 70.04%

 BLUE value IS 38 (15.23% from 255) = 13.72%

R = 16.25%
G = 70.04%
B = 13.72%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#2DC226 (or 0x2DC226) is known color: Lime Green. HEX triplet: 2D, C2 and 26. RGB value is (45,194,38). Sum of RGB (Red+Green+Blue) = 45+194+38=277 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.25% from 277); Green value is 194 (76.17% from 255 or 70.04% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 194 - color contains mainly: green. Hex color #2DC226 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC226 is #D23DD9. Grayscale: #848484. Windows color (decimal): -13778394 or 2540077. OLE color: 2540077.

HSL color Cylindrical-coordinate representation of color #2DC226: hue angle of 117.31º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DC226 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 45 194 38 -
CMYK 0.77 0 0.80 0.24
HSL 117.31º 0.67% 0.45% -
HSV(B) 117.31º 0.8% 0.76% -
XYZ 20.72 39.28 8.32 -
YUV 131.67 75.14 66.18 -
System Red Green Blue C M Y K H S L
Decimal 45 194 38 0.77 0 0.80 0.24 117.31 0.67 0.45
Hex 2D C2 26 4D 0 50 18 75 43 2D
Octal 55 302 46 115 0 120 30 165 103 55
Binary 101101 11000010 100110 1001101 0 1010000 11000 1110101 1000011 101101

Color Harmonies of #2DC226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC226

Black with #2DC226

Text Example


Text Example

White with #2DC226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,194,38); }

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

background-color css

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

 a { background-color: rgb(45,194,38); }

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

border-color css

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

 span { border-color: rgb(45,194,38); }

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