Html Css Color HEX #7DBC16 Lima

📋 copy color: '#7DBC16'

red 125 ◦ green 188 ◦ blue 22

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

Shades of Lima #7DBC16

Tints of Lima #7DBC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.57%

R = 37.31%
G = 56.12%
B = 6.57%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#7DBC16 (or 0x7DBC16) is known color: Lima. HEX triplet: 7D, BC and 16. RGB value is (125,188,22). Sum of RGB (Red+Green+Blue) = 125+188+22=335 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.31% from 335); Green value is 188 (73.83% from 255 or 56.12% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBC16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DBC16 is #8243E9. Grayscale: #969696. Windows color (decimal): -8537066 or 1490045. OLE color: 1490045.

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

Color convert

RGB 125 188 22 -
CMYK 0.34 0 0.88 0.26
HSL 82.77º 0.79% 0.41% -
HSV(B) 82.77º 0.88% 0.74% -
XYZ 26.59 40.38 7.15 -
YUV 150.24 55.63 110 -
System Red Green Blue C M Y K H S L
Decimal 125 188 22 0.34 0 0.88 0.26 82.77 0.79 0.41
Hex 7D BC 16 22 0 58 1A 53 4F 29
Octal 175 274 26 42 0 130 32 123 117 51
Binary 1111101 10111100 10110 100010 0 1011000 11010 1010011 1001111 101001

Color Harmonies of #7DBC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBC16

Black with #7DBC16

Text Example


Text Example

White with #7DBC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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