Html Css Color HEX #2CBD16 Lime Green

📋 copy color: '#2CBD16'

red 44 ◦ green 189 ◦ blue 22

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

Shades of Lime Green #2CBD16

Tints of Lime Green #2CBD16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.63%

R = 17.25%
G = 74.12%
B = 8.63%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#2CBD16 (or 0x2CBD16) is known color: Lime Green. HEX triplet: 2C, BD and 16. RGB value is (44,189,22). Sum of RGB (Red+Green+Blue) = 44+189+22=255 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.25% from 255); Green value is 189 (74.22% from 255 or 74.12% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 189 - color contains mainly: green. Hex color #2CBD16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CBD16 is #D342E9. Grayscale: #7F7F7F. Windows color (decimal): -13845226 or 1490220. OLE color: 1490220.

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

Color convert

RGB 44 189 22 -
CMYK 0.77 0 0.88 0.26
HSL 112.1º 0.79% 0.41% -
HSV(B) 112.1º 0.88% 0.74% -
XYZ 19.38 36.99 6.88 -
YUV 126.61 68.96 69.08 -
System Red Green Blue C M Y K H S L
Decimal 44 189 22 0.77 0 0.88 0.26 112.1 0.79 0.41
Hex 2C BD 16 4D 0 58 1A 70 4F 29
Octal 54 275 26 115 0 130 32 160 117 51
Binary 101100 10111101 10110 1001101 0 1011000 11010 1110000 1001111 101001

Color Harmonies of #2CBD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBD16

Black with #2CBD16

Text Example


Text Example

White with #2CBD16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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