Html Css Color HEX #7CBF01 Lima

📋 copy color: '#7CBF01'

red 124 ◦ green 191 ◦ blue 1

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

Shades of Lima #7CBF01

Tints of Lima #7CBF01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 39.24%
G = 60.44%
B = 0.32%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#7CBF01 (or 0x7CBF01) is known color: Lima. HEX triplet: 7C, BF and 01. RGB value is (124,191,1). Sum of RGB (Red+Green+Blue) = 124+191+1=316 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.24% from 316); Green value is 191 (75% from 255 or 60.44% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBF01 is #8340FE. Grayscale: #969696. Windows color (decimal): -8601855 or 114556. OLE color: 114556.

HSL color Cylindrical-coordinate representation of color #7CBF01: hue angle of 81.16º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7CBF01 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 191 1 -
CMYK 0.35 0 0.99 0.25
HSL 81.16º 0.99% 0.38% -
HSV(B) 81.16º 0.99% 0.75% -
XYZ 26.95 41.55 6.63 -
YUV 149.31 44.3 109.95 -
System Red Green Blue C M Y K H S L
Decimal 124 191 1 0.35 0 0.99 0.25 81.16 0.99 0.38
Hex 7C BF 1 23 0 63 19 51 63 26
Octal 174 277 1 43 0 143 31 121 143 46
Binary 1111100 10111111 1 100011 0 1100011 11001 1010001 1100011 100110

Color Harmonies of #7CBF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBF01

Black with #7CBF01

Text Example


Text Example

White with #7CBF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,191,1); }

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

background-color css

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

 a { background-color: rgb(124,191,1); }

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

border-color css

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

 span { border-color: rgb(124,191,1); }

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