Html Css Color HEX #2BCC1B Lime Green

📋 copy color: '#2BCC1B'

red 43 ◦ green 204 ◦ blue 27

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

Shades of Lime Green #2BCC1B

Tints of Lime Green #2BCC1B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 74.45%

 BLUE value IS 27 (10.94% from 255) = 9.85%

R = 15.69%
G = 74.45%
B = 9.85%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#2BCC1B (or 0x2BCC1B) is known color: Lime Green. HEX triplet: 2B, CC and 1B. RGB value is (43,204,27). Sum of RGB (Red+Green+Blue) = 43+204+27=274 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.69% from 274); Green value is 204 (80.08% from 255 or 74.45% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 204 - color contains mainly: green. Hex color #2BCC1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BCC1B is #D433E4. Grayscale: #888888. Windows color (decimal): -13906917 or 1821739. OLE color: 1821739.

HSL color Cylindrical-coordinate representation of color #2BCC1B: hue angle of 114.58º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2BCC1B is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB 43 204 27 -
CMYK 0.79 0 0.87 0.2
HSL 114.58º 0.77% 0.45% -
HSV(B) 114.58º 0.87% 0.8% -
XYZ 22.79 43.78 8.29 -
YUV 135.68 66.66 61.89 -
System Red Green Blue C M Y K H S L
Decimal 43 204 27 0.79 0 0.87 0.2 114.58 0.77 0.45
Hex 2B CC 1B 4F 0 57 14 73 4D 2D
Octal 53 314 33 117 0 127 24 163 115 55
Binary 101011 11001100 11011 1001111 0 1010111 10100 1110011 1001101 101101

Color Harmonies of #2BCC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCC1B

Black with #2BCC1B

Text Example


Text Example

White with #2BCC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,204,27); }

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

background-color css

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

 a { background-color: rgb(43,204,27); }

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

border-color css

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

 span { border-color: rgb(43,204,27); }

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