Html Css Color HEX #7BBF1E Lima

📋 copy color: '#7BBF1E'

red 123 ◦ green 191 ◦ blue 30

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

Shades of Lima #7BBF1E

Tints of Lima #7BBF1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.72%

R = 35.76%
G = 55.52%
B = 8.72%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#7BBF1E (or 0x7BBF1E) is known color: Lima. HEX triplet: 7B, BF and 1E. RGB value is (123,191,30). Sum of RGB (Red+Green+Blue) = 123+191+30=344 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.76% from 344); Green value is 191 (75% from 255 or 55.52% from 344); Blue value is 30 (12.11% from 255 or 8.72% from 344); Max value from RGB is 191 - color contains mainly: green. Hex color #7BBF1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBF1E is #8440E1. Grayscale: #989898. Windows color (decimal): -8667362 or 2015099. OLE color: 2015099.

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

Color convert

RGB 123 191 30 -
CMYK 0.36 0 0.84 0.25
HSL 85.34º 0.73% 0.43% -
HSV(B) 85.34º 0.84% 0.75% -
XYZ 27.03 41.57 7.83 -
YUV 152.31 58.97 107.09 -
System Red Green Blue C M Y K H S L
Decimal 123 191 30 0.36 0 0.84 0.25 85.34 0.73 0.43
Hex 7B BF 1E 24 0 54 19 55 49 2B
Octal 173 277 36 44 0 124 31 125 111 53
Binary 1111011 10111111 11110 100100 0 1010100 11001 1010101 1001001 101011

Color Harmonies of #7BBF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBF1E

Black with #7BBF1E

Text Example


Text Example

White with #7BBF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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