Html Css Color HEX #2CD931 Lime Green

📋 copy color: '#2CD931'

red 44 ◦ green 217 ◦ blue 49

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

Shades of Lime Green #2CD931

Tints of Lime Green #2CD931

RGB

 RED value IS 44 (17.58% from 255) = 14.19%

 GREEN value IS 217 (85.16% from 255) = 70%

 BLUE value IS 49 (19.53% from 255) = 15.81%

R = 14.19%
G = 70%
B = 15.81%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#2CD931 (or 0x2CD931) is known color: Lime Green. HEX triplet: 2C, D9 and 31. RGB value is (44,217,49). Sum of RGB (Red+Green+Blue) = 44+217+49=310 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.19% from 310); Green value is 217 (85.16% from 255 or 70% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 217 - color contains mainly: green. Hex color #2CD931 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD931 is #D326CE. Grayscale: #929292. Windows color (decimal): -13838031 or 3266860. OLE color: 3266860.

HSL color Cylindrical-coordinate representation of color #2CD931: hue angle of 121.73º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CD931 is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 44 217 49 -
CMYK 0.80 0 0.77 0.15
HSL 121.73º 0.69% 0.51% -
HSV(B) 121.73º 0.8% 0.85% -
XYZ 26.41 50.38 11.24 -
YUV 146.12 73.19 55.16 -
System Red Green Blue C M Y K H S L
Decimal 44 217 49 0.80 0 0.77 0.15 121.73 0.69 0.51
Hex 2C D9 31 50 0 4D F 7A 45 33
Octal 54 331 61 120 0 115 17 172 105 63
Binary 101100 11011001 110001 1010000 0 1001101 1111 1111010 1000101 110011

Color Harmonies of #2CD931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD931

Black with #2CD931

Text Example


Text Example

White with #2CD931

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,217,49); }

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

background-color css

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

 a { background-color: rgb(44,217,49); }

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

border-color css

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

 span { border-color: rgb(44,217,49); }

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