Html Css Color HEX #7BBF08 Lima

📋 copy color: '#7BBF08'

red 123 ◦ green 191 ◦ blue 8

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

Shades of Lima #7BBF08

Tints of Lima #7BBF08

RGB

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

 GREEN value IS 191 (75% from 255) = 59.32%

 BLUE value IS 8 (3.52% from 255) = 2.48%

R = 38.2%
G = 59.32%
B = 2.48%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#7BBF08 (or 0x7BBF08) is known color: Lima. HEX triplet: 7B, BF and 08. RGB value is (123,191,8). Sum of RGB (Red+Green+Blue) = 123+191+8=322 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.20% from 322); Green value is 191 (75% from 255 or 59.32% from 322); Blue value is 8 (3.52% from 255 or 2.48% from 322); Max value from RGB is 191 - color contains mainly: green. Hex color #7BBF08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BBF08 is #8440F7. Grayscale: #969696. Windows color (decimal): -8667384 or 573307. OLE color: 573307.

HSL color Cylindrical-coordinate representation of color #7BBF08: hue angle of 82.3º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7BBF08 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 191 8 -
CMYK 0.36 0 0.96 0.25
HSL 82.3º 0.92% 0.39% -
HSV(B) 82.3º 0.96% 0.75% -
XYZ 26.84 41.49 6.82 -
YUV 149.81 47.97 108.88 -
System Red Green Blue C M Y K H S L
Decimal 123 191 8 0.36 0 0.96 0.25 82.3 0.92 0.39
Hex 7B BF 8 24 0 60 19 52 5C 27
Octal 173 277 10 44 0 140 31 122 134 47
Binary 1111011 10111111 1000 100100 0 1100000 11001 1010010 1011100 100111

Color Harmonies of #7BBF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBF08

Black with #7BBF08

Text Example


Text Example

White with #7BBF08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,191,8); }

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

background-color css

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

 a { background-color: rgb(123,191,8); }

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

border-color css

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

 span { border-color: rgb(123,191,8); }

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