Html Css Color HEX #2DC31F Lime Green

📋 copy color: '#2DC31F'

red 45 ◦ green 195 ◦ blue 31

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

Shades of Lime Green #2DC31F

Tints of Lime Green #2DC31F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 71.96%

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

R = 16.61%
G = 71.96%
B = 11.44%

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

#2DC31F (or 0x2DC31F) is known color: Lime Green. HEX triplet: 2D, C3 and 1F. RGB value is (45,195,31). Sum of RGB (Red+Green+Blue) = 45+195+31=271 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.61% from 271); Green value is 195 (76.56% from 255 or 71.96% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 195 - color contains mainly: green. Hex color #2DC31F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC31F is #D23CE0. Grayscale: #838383. Windows color (decimal): -13778145 or 2081581. OLE color: 2081581.

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

Color convert

RGB 45 195 31 -
CMYK 0.77 0 0.84 0.24
HSL 114.88º 0.73% 0.44% -
HSV(B) 114.88º 0.84% 0.76% -
XYZ 20.84 39.69 7.86 -
YUV 131.45 71.31 66.34 -
System Red Green Blue C M Y K H S L
Decimal 45 195 31 0.77 0 0.84 0.24 114.88 0.73 0.44
Hex 2D C3 1F 4D 0 54 18 73 49 2C
Octal 55 303 37 115 0 124 30 163 111 54
Binary 101101 11000011 11111 1001101 0 1010100 11000 1110011 1001001 101100

Color Harmonies of #2DC31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC31F

Black with #2DC31F

Text Example


Text Example

White with #2DC31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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