Html Css Color HEX #2CBD19 Lime Green

📋 copy color: '#2CBD19'

red 44 ◦ green 189 ◦ blue 25

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

Shades of Lime Green #2CBD19

Tints of Lime Green #2CBD19

RGB

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

 GREEN value IS 189 (74.22% from 255) = 73.26%

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

R = 17.05%
G = 73.26%
B = 9.69%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#2CBD19 (or 0x2CBD19) is known color: Lime Green. HEX triplet: 2C, BD and 19. RGB value is (44,189,25). Sum of RGB (Red+Green+Blue) = 44+189+25=258 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.05% from 258); Green value is 189 (74.22% from 255 or 73.26% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 189 - color contains mainly: green. Hex color #2CBD19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CBD19 is #D342E6. Grayscale: #7F7F7F. Windows color (decimal): -13845223 or 1686828. OLE color: 1686828.

HSL color Cylindrical-coordinate representation of color #2CBD19: hue angle of 113.05º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2CBD19 is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 44 189 25 -
CMYK 0.77 0 0.87 0.26
HSL 113.05º 0.77% 0.42% -
HSV(B) 113.05º 0.87% 0.74% -
XYZ 19.41 37 7.04 -
YUV 126.95 70.46 68.84 -
System Red Green Blue C M Y K H S L
Decimal 44 189 25 0.77 0 0.87 0.26 113.05 0.77 0.42
Hex 2C BD 19 4D 0 57 1A 71 4D 2A
Octal 54 275 31 115 0 127 32 161 115 52
Binary 101100 10111101 11001 1001101 0 1010111 11010 1110001 1001101 101010

Color Harmonies of #2CBD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBD19

Black with #2CBD19

Text Example


Text Example

White with #2CBD19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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