Html Css Color HEX #2BCB10 Lime Green

📋 copy color: '#2BCB10'

red 43 ◦ green 203 ◦ blue 16

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

Shades of Lime Green #2BCB10

Tints of Lime Green #2BCB10

RGB

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

 GREEN value IS 203 (79.69% from 255) = 77.48%

 BLUE value IS 16 (6.64% from 255) = 6.11%

R = 16.41%
G = 77.48%
B = 6.11%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#2BCB10 (or 0x2BCB10) is known color: Lime Green. HEX triplet: 2B, CB and 10. RGB value is (43,203,16). Sum of RGB (Red+Green+Blue) = 43+203+16=262 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.41% from 262); Green value is 203 (79.69% from 255 or 77.48% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 203 - color contains mainly: green. Hex color #2BCB10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BCB10 is #D434EF. Grayscale: #868686. Windows color (decimal): -13907184 or 1100587. OLE color: 1100587.

HSL color Cylindrical-coordinate representation of color #2BCB10: hue angle of 111.34º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2BCB10 is Cyan = 0.79, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 43 203 16 -
CMYK 0.79 0 0.92 0.20
HSL 111.34º 0.85% 0.43% -
HSV(B) 111.34º 0.92% 0.8% -
XYZ 22.45 43.26 7.66 -
YUV 133.84 61.49 63.21 -
System Red Green Blue C M Y K H S L
Decimal 43 203 16 0.79 0 0.92 0.20 111.34 0.85 0.43
Hex 2B CB 10 4F 0 5C 14 6F 55 2B
Octal 53 313 20 117 0 134 24 157 125 53
Binary 101011 11001011 10000 1001111 0 1011100 10100 1101111 1010101 101011

Color Harmonies of #2BCB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCB10

Black with #2BCB10

Text Example


Text Example

White with #2BCB10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,203,16); }

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

background-color css

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

 a { background-color: rgb(43,203,16); }

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

border-color css

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

 span { border-color: rgb(43,203,16); }

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