Html Css Color HEX #7BCB06 Lima

📋 copy color: '#7BCB06'

red 123 ◦ green 203 ◦ blue 6

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

Shades of Lima #7BCB06

Tints of Lima #7BCB06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.81%

R = 37.05%
G = 61.14%
B = 1.81%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#7BCB06 (or 0x7BCB06) is known color: Lima. HEX triplet: 7B, CB and 06. RGB value is (123,203,6). Sum of RGB (Red+Green+Blue) = 123+203+6=332 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.05% from 332); Green value is 203 (79.69% from 255 or 61.14% from 332); Blue value is 6 (2.73% from 255 or 1.81% from 332); Max value from RGB is 203 - color contains mainly: green. Hex color #7BCB06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BCB06 is #8434F9. Grayscale: #9D9D9D. Windows color (decimal): -8664314 or 445307. OLE color: 445307.

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

Color convert

RGB 123 203 6 -
CMYK 0.39 0 0.97 0.20
HSL 84.37º 0.94% 0.41% -
HSV(B) 84.37º 0.97% 0.8% -
XYZ 29.56 46.94 7.67 -
YUV 156.62 43 104.02 -
System Red Green Blue C M Y K H S L
Decimal 123 203 6 0.39 0 0.97 0.20 84.37 0.94 0.41
Hex 7B CB 6 27 0 61 14 54 5E 29
Octal 173 313 6 47 0 141 24 124 136 51
Binary 1111011 11001011 110 100111 0 1100001 10100 1010100 1011110 101001

Color Harmonies of #7BCB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCB06

Black with #7BCB06

Text Example


Text Example

White with #7BCB06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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