Html Css Color HEX #2CBA1D Lime Green

📋 copy color: '#2CBA1D'

red 44 ◦ green 186 ◦ blue 29

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

Shades of Lime Green #2CBA1D

Tints of Lime Green #2CBA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.2%

R = 16.99%
G = 71.81%
B = 11.2%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#2CBA1D (or 0x2CBA1D) is known color: Lime Green. HEX triplet: 2C, BA and 1D. RGB value is (44,186,29). Sum of RGB (Red+Green+Blue) = 44+186+29=259 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.99% from 259); Green value is 186 (73.05% from 255 or 71.81% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 186 - color contains mainly: green. Hex color #2CBA1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBA1D is #D345E2. Grayscale: #7E7E7E. Windows color (decimal): -13845987 or 1948204. OLE color: 1948204.

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

Color convert

RGB 44 186 29 -
CMYK 0.76 0 0.84 0.27
HSL 114.27º 0.73% 0.42% -
HSV(B) 114.27º 0.84% 0.73% -
XYZ 18.82 35.74 7.07 -
YUV 125.64 73.46 69.77 -
System Red Green Blue C M Y K H S L
Decimal 44 186 29 0.76 0 0.84 0.27 114.27 0.73 0.42
Hex 2C BA 1D 4C 0 54 1B 72 49 2A
Octal 54 272 35 114 0 124 33 162 111 52
Binary 101100 10111010 11101 1001100 0 1010100 11011 1110010 1001001 101010

Color Harmonies of #2CBA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBA1D

Black with #2CBA1D

Text Example


Text Example

White with #2CBA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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