Html Css Color HEX #7CBE0F Lima

📋 copy color: '#7CBE0F'

red 124 ◦ green 190 ◦ blue 15

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

Shades of Lima #7CBE0F

Tints of Lima #7CBE0F

RGB

 RED value IS 124 (48.83% from 255) = 37.69%

 GREEN value IS 190 (74.61% from 255) = 57.75%

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

R = 37.69%
G = 57.75%
B = 4.56%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#7CBE0F (or 0x7CBE0F) is known color: Lima. HEX triplet: 7C, BE and 0F. RGB value is (124,190,15). Sum of RGB (Red+Green+Blue) = 124+190+15=329 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.69% from 329); Green value is 190 (74.61% from 255 or 57.75% from 329); Blue value is 15 (6.25% from 255 or 4.56% from 329); Max value from RGB is 190 - color contains mainly: green. Hex color #7CBE0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBE0F is #8341F0. Grayscale: #969696. Windows color (decimal): -8602097 or 1031804. OLE color: 1031804.

HSL color Cylindrical-coordinate representation of color #7CBE0F: hue angle of 82.63º 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 #7CBE0F is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 190 15 -
CMYK 0.35 0 0.92 0.25
HSL 82.63º 0.85% 0.4% -
HSV(B) 82.63º 0.92% 0.75% -
XYZ 26.81 41.15 6.98 -
YUV 150.32 51.63 109.23 -
System Red Green Blue C M Y K H S L
Decimal 124 190 15 0.35 0 0.92 0.25 82.63 0.85 0.4
Hex 7C BE F 23 0 5C 19 53 55 28
Octal 174 276 17 43 0 134 31 123 125 50
Binary 1111100 10111110 1111 100011 0 1011100 11001 1010011 1010101 101000

Color Harmonies of #7CBE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBE0F

Black with #7CBE0F

Text Example


Text Example

White with #7CBE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,190,15); }

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

background-color css

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

 a { background-color: rgb(124,190,15); }

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

border-color css

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

 span { border-color: rgb(124,190,15); }

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