Html Css Color HEX #2CBA31 Lime Green

📋 copy color: '#2CBA31'

red 44 ◦ green 186 ◦ blue 49

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

Shades of Lime Green #2CBA31

Tints of Lime Green #2CBA31

RGB

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

 GREEN value IS 186 (73.05% from 255) = 66.67%

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

R = 15.77%
G = 66.67%
B = 17.56%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#2CBA31 (or 0x2CBA31) is known color: Lime Green. HEX triplet: 2C, BA and 31. RGB value is (44,186,49). Sum of RGB (Red+Green+Blue) = 44+186+49=279 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.77% from 279); Green value is 186 (73.05% from 255 or 66.67% from 279); Blue value is 49 (19.53% from 255 or 17.56% from 279); Max value from RGB is 186 - color contains mainly: green. Hex color #2CBA31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBA31 is #D345CE. Grayscale: #808080. Windows color (decimal): -13845967 or 3258924. OLE color: 3258924.

HSL color Cylindrical-coordinate representation of color #2CBA31: hue angle of 122.11º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CBA31 is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 44 186 49 -
CMYK 0.76 0 0.74 0.27
HSL 122.11º 0.62% 0.45% -
HSV(B) 122.11º 0.76% 0.73% -
XYZ 19.15 35.88 8.82 -
YUV 127.92 83.46 68.14 -
System Red Green Blue C M Y K H S L
Decimal 44 186 49 0.76 0 0.74 0.27 122.11 0.62 0.45
Hex 2C BA 31 4C 0 4A 1B 7A 3E 2D
Octal 54 272 61 114 0 112 33 172 76 55
Binary 101100 10111010 110001 1001100 0 1001010 11011 1111010 111110 101101

Color Harmonies of #2CBA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBA31

Black with #2CBA31

Text Example


Text Example

White with #2CBA31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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