Html Css Color HEX #2DC11F Lime Green

📋 copy color: '#2DC11F'

red 45 ◦ green 193 ◦ blue 31

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

Shades of Lime Green #2DC11F

Tints of Lime Green #2DC11F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.52%

R = 16.73%
G = 71.75%
B = 11.52%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#2DC11F (or 0x2DC11F) is known color: Lime Green. HEX triplet: 2D, C1 and 1F. RGB value is (45,193,31). Sum of RGB (Red+Green+Blue) = 45+193+31=269 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.73% from 269); Green value is 193 (75.78% from 255 or 71.75% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC11F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC11F is #D23EE0. Grayscale: #828282. Windows color (decimal): -13778657 or 2081069. OLE color: 2081069.

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

Color convert

RGB 45 193 31 -
CMYK 0.77 0 0.84 0.24
HSL 114.81º 0.72% 0.44% -
HSV(B) 114.81º 0.84% 0.76% -
XYZ 20.4 38.8 7.71 -
YUV 130.28 71.97 67.17 -
System Red Green Blue C M Y K H S L
Decimal 45 193 31 0.77 0 0.84 0.24 114.81 0.72 0.44
Hex 2D C1 1F 4D 0 54 18 73 48 2C
Octal 55 301 37 115 0 124 30 163 110 54
Binary 101101 11000001 11111 1001101 0 1010100 11000 1110011 1001000 101100

Color Harmonies of #2DC11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC11F

Black with #2DC11F

Text Example


Text Example

White with #2DC11F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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