Html Css Color HEX #2CBA19 Lime Green

📋 copy color: '#2CBA19'

red 44 ◦ green 186 ◦ blue 25

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

Shades of Lime Green #2CBA19

Tints of Lime Green #2CBA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.8%

R = 17.25%
G = 72.94%
B = 9.8%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#2CBA19 (or 0x2CBA19) is known color: Lime Green. HEX triplet: 2C, BA and 19. RGB value is (44,186,25). Sum of RGB (Red+Green+Blue) = 44+186+25=255 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.25% from 255); Green value is 186 (73.05% from 255 or 72.94% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 186 - color contains mainly: green. Hex color #2CBA19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CBA19 is #D345E6. Grayscale: #7D7D7D. Windows color (decimal): -13845991 or 1686060. OLE color: 1686060.

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

Color convert

RGB 44 186 25 -
CMYK 0.76 0 0.87 0.27
HSL 112.92º 0.76% 0.41% -
HSV(B) 112.92º 0.87% 0.73% -
XYZ 18.77 35.72 6.83 -
YUV 125.19 71.46 70.09 -
System Red Green Blue C M Y K H S L
Decimal 44 186 25 0.76 0 0.87 0.27 112.92 0.76 0.41
Hex 2C BA 19 4C 0 57 1B 71 4C 29
Octal 54 272 31 114 0 127 33 161 114 51
Binary 101100 10111010 11001 1001100 0 1010111 11011 1110001 1001100 101001

Color Harmonies of #2CBA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBA19

Black with #2CBA19

Text Example


Text Example

White with #2CBA19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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