Html Css Color HEX #2DC12F Lime Green

📋 copy color: '#2DC12F'

red 45 ◦ green 193 ◦ blue 47

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

Shades of Lime Green #2DC12F

Tints of Lime Green #2DC12F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 67.72%

 BLUE value IS 47 (18.75% from 255) = 16.49%

R = 15.79%
G = 67.72%
B = 16.49%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#2DC12F (or 0x2DC12F) is known color: Lime Green. HEX triplet: 2D, C1 and 2F. RGB value is (45,193,47). Sum of RGB (Red+Green+Blue) = 45+193+47=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 193 (75.78% from 255 or 67.72% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC12F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC12F is #D23ED0. Grayscale: #848484. Windows color (decimal): -13778641 or 3129645. OLE color: 3129645.

HSL color Cylindrical-coordinate representation of color #2DC12F: hue angle of 120.81º 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 #2DC12F is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 45 193 47 -
CMYK 0.77 0 0.76 0.24
HSL 120.81º 0.62% 0.47% -
HSV(B) 120.81º 0.77% 0.76% -
XYZ 20.67 38.9 9.11 -
YUV 132.1 79.97 65.87 -
System Red Green Blue C M Y K H S L
Decimal 45 193 47 0.77 0 0.76 0.24 120.81 0.62 0.47
Hex 2D C1 2F 4D 0 4C 18 79 3E 2F
Octal 55 301 57 115 0 114 30 171 76 57
Binary 101101 11000001 101111 1001101 0 1001100 11000 1111001 111110 101111

Color Harmonies of #2DC12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC12F

Black with #2DC12F

Text Example


Text Example

White with #2DC12F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,193,47); }

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

background-color css

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

 a { background-color: rgb(45,193,47); }

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

border-color css

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

 span { border-color: rgb(45,193,47); }

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