Html Css Color HEX #7BBF0F Lima

📋 copy color: '#7BBF0F'

red 123 ◦ green 191 ◦ blue 15

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

Shades of Lima #7BBF0F

Tints of Lima #7BBF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.56%

R = 37.39%
G = 58.05%
B = 4.56%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#7BBF0F (or 0x7BBF0F) is known color: Lima. HEX triplet: 7B, BF and 0F. RGB value is (123,191,15). Sum of RGB (Red+Green+Blue) = 123+191+15=329 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.39% from 329); Green value is 191 (75% from 255 or 58.05% from 329); Blue value is 15 (6.25% from 255 or 4.56% from 329); Max value from RGB is 191 - color contains mainly: green. Hex color #7BBF0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BBF0F is #8440F0. Grayscale: #979797. Windows color (decimal): -8667377 or 1032059. OLE color: 1032059.

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

Color convert

RGB 123 191 15 -
CMYK 0.36 0 0.92 0.25
HSL 83.18º 0.85% 0.4% -
HSV(B) 83.18º 0.92% 0.75% -
XYZ 26.89 41.51 7.05 -
YUV 150.6 51.47 108.31 -
System Red Green Blue C M Y K H S L
Decimal 123 191 15 0.36 0 0.92 0.25 83.18 0.85 0.4
Hex 7B BF F 24 0 5C 19 53 55 28
Octal 173 277 17 44 0 134 31 123 125 50
Binary 1111011 10111111 1111 100100 0 1011100 11001 1010011 1010101 101000

Color Harmonies of #7BBF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBF0F

Black with #7BBF0F

Text Example


Text Example

White with #7BBF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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