Html Css Color HEX #2DC23F Lime Green

📋 copy color: '#2DC23F'

red 45 ◦ green 194 ◦ blue 63

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

Shades of Lime Green #2DC23F

Tints of Lime Green #2DC23F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.86%

R = 14.9%
G = 64.24%
B = 20.86%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#2DC23F (or 0x2DC23F) is known color: Lime Green. HEX triplet: 2D, C2 and 3F. RGB value is (45,194,63). Sum of RGB (Red+Green+Blue) = 45+194+63=302 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.90% from 302); Green value is 194 (76.17% from 255 or 64.24% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 194 - color contains mainly: green. Hex color #2DC23F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC23F is #D23DC0. Grayscale: #868686. Windows color (decimal): -13778369 or 4178477. OLE color: 4178477.

HSL color Cylindrical-coordinate representation of color #2DC23F: hue angle of 127.25º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC23F is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 45 194 63 -
CMYK 0.77 0 0.68 0.24
HSL 127.25º 0.62% 0.47% -
HSV(B) 127.25º 0.77% 0.76% -
XYZ 21.27 39.5 11.21 -
YUV 134.52 87.64 64.15 -
System Red Green Blue C M Y K H S L
Decimal 45 194 63 0.77 0 0.68 0.24 127.25 0.62 0.47
Hex 2D C2 3F 4D 0 44 18 7F 3E 2F
Octal 55 302 77 115 0 104 30 177 76 57
Binary 101101 11000010 111111 1001101 0 1000100 11000 1111111 111110 101111

Color Harmonies of #2DC23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC23F

Black with #2DC23F

Text Example


Text Example

White with #2DC23F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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