Html Css Color HEX #2BC812 Lime Green

📋 copy color: '#2BC812'

red 43 ◦ green 200 ◦ blue 18

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

Shades of Lime Green #2BC812

Tints of Lime Green #2BC812

RGB

 RED value IS 43 (17.19% from 255) = 16.48%

 GREEN value IS 200 (78.52% from 255) = 76.63%

 BLUE value IS 18 (7.42% from 255) = 6.9%

R = 16.48%
G = 76.63%
B = 6.9%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#2BC812 (or 0x2BC812) is known color: Lime Green. HEX triplet: 2B, C8 and 12. RGB value is (43,200,18). Sum of RGB (Red+Green+Blue) = 43+200+18=261 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.48% from 261); Green value is 200 (78.52% from 255 or 76.63% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 200 - color contains mainly: green. Hex color #2BC812 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC812 is #D437ED. Grayscale: #848484. Windows color (decimal): -13907950 or 1230891. OLE color: 1230891.

HSL color Cylindrical-coordinate representation of color #2BC812: hue angle of 111.76º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2BC812 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 43 200 18 -
CMYK 0.78 0 0.91 0.22
HSL 111.76º 0.83% 0.43% -
HSV(B) 111.76º 0.91% 0.78% -
XYZ 21.76 41.87 7.51 -
YUV 132.31 63.49 64.3 -
System Red Green Blue C M Y K H S L
Decimal 43 200 18 0.78 0 0.91 0.22 111.76 0.83 0.43
Hex 2B C8 12 4E 0 5B 16 70 53 2B
Octal 53 310 22 116 0 133 26 160 123 53
Binary 101011 11001000 10010 1001110 0 1011011 10110 1110000 1010011 101011

Color Harmonies of #2BC812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC812

Black with #2BC812

Text Example


Text Example

White with #2BC812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,200,18); }

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

background-color css

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

 a { background-color: rgb(43,200,18); }

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

border-color css

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

 span { border-color: rgb(43,200,18); }

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