Html Css Color HEX #2CB919 Lime Green

📋 copy color: '#2CB919'

red 44 ◦ green 185 ◦ blue 25

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

Shades of Lime Green #2CB919

Tints of Lime Green #2CB919

RGB

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

 GREEN value IS 185 (72.66% from 255) = 72.83%

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

R = 17.32%
G = 72.83%
B = 9.84%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#2CB919 (or 0x2CB919) is known color: Lime Green. HEX triplet: 2C, B9 and 19. RGB value is (44,185,25). Sum of RGB (Red+Green+Blue) = 44+185+25=254 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.32% from 254); Green value is 185 (72.66% from 255 or 72.83% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 185 - color contains mainly: green. Hex color #2CB919 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB919 is #D346E6. Grayscale: #7D7D7D. Windows color (decimal): -13846247 or 1685804. OLE color: 1685804.

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

Color convert

RGB 44 185 25 -
CMYK 0.76 0 0.86 0.27
HSL 112.88º 0.76% 0.41% -
HSV(B) 112.88º 0.86% 0.73% -
XYZ 18.56 35.3 6.76 -
YUV 124.6 71.79 70.51 -
System Red Green Blue C M Y K H S L
Decimal 44 185 25 0.76 0 0.86 0.27 112.88 0.76 0.41
Hex 2C B9 19 4C 0 56 1B 71 4C 29
Octal 54 271 31 114 0 126 33 161 114 51
Binary 101100 10111001 11001 1001100 0 1010110 11011 1110001 1001100 101001

Color Harmonies of #2CB919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB919

Black with #2CB919

Text Example


Text Example

White with #2CB919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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