Html Css Color HEX #7DBC01 Lima

📋 copy color: '#7DBC01'

red 125 ◦ green 188 ◦ blue 1

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

Shades of Lima #7DBC01

Tints of Lima #7DBC01

RGB

 RED value IS 125 (49.22% from 255) = 39.81%

 GREEN value IS 188 (73.83% from 255) = 59.87%

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

R = 39.81%
G = 59.87%
B = 0.32%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#7DBC01 (or 0x7DBC01) is known color: Lima. HEX triplet: 7D, BC and 01. RGB value is (125,188,1). Sum of RGB (Red+Green+Blue) = 125+188+1=314 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.81% from 314); Green value is 188 (73.83% from 255 or 59.87% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBC01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DBC01 is #8243FE. Grayscale: #949494. Windows color (decimal): -8537087 or 113789. OLE color: 113789.

HSL color Cylindrical-coordinate representation of color #7DBC01: hue angle of 80.21º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7DBC01 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 125 188 1 -
CMYK 0.34 0 0.99 0.26
HSL 80.21º 0.99% 0.37% -
HSV(B) 80.21º 0.99% 0.74% -
XYZ 26.45 40.33 6.42 -
YUV 147.85 45.13 111.71 -
System Red Green Blue C M Y K H S L
Decimal 125 188 1 0.34 0 0.99 0.26 80.21 0.99 0.37
Hex 7D BC 1 22 0 63 1A 50 63 25
Octal 175 274 1 42 0 143 32 120 143 45
Binary 1111101 10111100 1 100010 0 1100011 11010 1010000 1100011 100101

Color Harmonies of #7DBC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBC01

Black with #7DBC01

Text Example


Text Example

White with #7DBC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,188,1); }

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

background-color css

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

 a { background-color: rgb(125,188,1); }

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

border-color css

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

 span { border-color: rgb(125,188,1); }

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