Html Css Color HEX #7BCB2B Lima

📋 copy color: '#7BCB2B'

red 123 ◦ green 203 ◦ blue 43

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

Shades of Lima #7BCB2B

Tints of Lima #7BCB2B

RGB

 RED value IS 123 (48.44% from 255) = 33.33%

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

 BLUE value IS 43 (17.19% from 255) = 11.65%

R = 33.33%
G = 55.01%
B = 11.65%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#7BCB2B (or 0x7BCB2B) is known color: Lima. HEX triplet: 7B, CB and 2B. RGB value is (123,203,43). Sum of RGB (Red+Green+Blue) = 123+203+43=369 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.33% from 369); Green value is 203 (79.69% from 255 or 55.01% from 369); Blue value is 43 (17.19% from 255 or 11.65% from 369); Max value from RGB is 203 - color contains mainly: green. Hex color #7BCB2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BCB2B is #8434D4. Grayscale: #A1A1A1. Windows color (decimal): -8664277 or 2870139. OLE color: 2870139.

HSL color Cylindrical-coordinate representation of color #7BCB2B: hue angle of 90º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7BCB2B is Cyan = 0.39, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 123 203 43 -
CMYK 0.39 0 0.79 0.20
HSL 90º 0.65% 0.48% -
HSV(B) 90º 0.79% 0.8% -
XYZ 29.96 47.1 9.8 -
YUV 160.84 61.5 101.01 -
System Red Green Blue C M Y K H S L
Decimal 123 203 43 0.39 0 0.79 0.20 90 0.65 0.48
Hex 7B CB 2B 27 0 4F 14 5A 41 30
Octal 173 313 53 47 0 117 24 132 101 60
Binary 1111011 11001011 101011 100111 0 1001111 10100 1011010 1000001 110000

Color Harmonies of #7BCB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCB2B

Black with #7BCB2B

Text Example


Text Example

White with #7BCB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BCB2B; }

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

 H1.HeaderClassName
 {
   color: #7BCB2B;
 }
 .AnyTagClassName
 {
   color: #7BCB2B;
 }
</style>

background-color css

<style>
 a { background-color: #7BCB2B; }

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

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

border-color css

<style>
 span { border-color: #7BCB2B; }

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

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