Html Css Color HEX #2BCF0B Lime Green

📋 copy color: '#2BCF0B'

red 43 ◦ green 207 ◦ blue 11

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

Shades of Lime Green #2BCF0B

Tints of Lime Green #2BCF0B

RGB

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

 GREEN value IS 207 (81.25% from 255) = 79.31%

 BLUE value IS 11 (4.69% from 255) = 4.21%

R = 16.48%
G = 79.31%
B = 4.21%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#2BCF0B (or 0x2BCF0B) is known color: Lime Green. HEX triplet: 2B, CF and 0B. RGB value is (43,207,11). Sum of RGB (Red+Green+Blue) = 43+207+11=261 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.48% from 261); Green value is 207 (81.25% from 255 or 79.31% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 207 - color contains mainly: green. Hex color #2BCF0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BCF0B is #D430F4. Grayscale: #888888. Windows color (decimal): -13906165 or 773931. OLE color: 773931.

HSL color Cylindrical-coordinate representation of color #2BCF0B: hue angle of 110.2º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2BCF0B is Cyan = 0.79, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB 43 207 11 -
CMYK 0.79 0 0.95 0.19
HSL 110.2º 0.9% 0.43% -
HSV(B) 110.2º 0.95% 0.81% -
XYZ 23.37 45.16 7.8 -
YUV 135.62 57.67 61.94 -
System Red Green Blue C M Y K H S L
Decimal 43 207 11 0.79 0 0.95 0.19 110.2 0.9 0.43
Hex 2B CF B 4F 0 5F 13 6E 5A 2B
Octal 53 317 13 117 0 137 23 156 132 53
Binary 101011 11001111 1011 1001111 0 1011111 10011 1101110 1011010 101011

Color Harmonies of #2BCF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCF0B

Black with #2BCF0B

Text Example


Text Example

White with #2BCF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,207,11); }

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

background-color css

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

 a { background-color: rgb(43,207,11); }

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

border-color css

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

 span { border-color: rgb(43,207,11); }

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