Html Css Color HEX #7DC012 Lima

📋 copy color: '#7DC012'

red 125 ◦ green 192 ◦ blue 18

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

Shades of Lima #7DC012

Tints of Lima #7DC012

RGB

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

 GREEN value IS 192 (75.39% from 255) = 57.31%

 BLUE value IS 18 (7.42% from 255) = 5.37%

R = 37.31%
G = 57.31%
B = 5.37%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#7DC012 (or 0x7DC012) is known color: Lima. HEX triplet: 7D, C0 and 12. RGB value is (125,192,18). Sum of RGB (Red+Green+Blue) = 125+192+18=335 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.31% from 335); Green value is 192 (75.39% from 255 or 57.31% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC012 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC012 is #823FED. Grayscale: #989898. Windows color (decimal): -8536046 or 1228925. OLE color: 1228925.

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

Color convert

RGB 125 192 18 -
CMYK 0.35 0 0.91 0.25
HSL 83.1º 0.83% 0.41% -
HSV(B) 83.1º 0.91% 0.75% -
XYZ 27.42 42.1 7.25 -
YUV 152.13 52.3 108.65 -
System Red Green Blue C M Y K H S L
Decimal 125 192 18 0.35 0 0.91 0.25 83.1 0.83 0.41
Hex 7D C0 12 23 0 5B 19 53 53 29
Octal 175 300 22 43 0 133 31 123 123 51
Binary 1111101 11000000 10010 100011 0 1011011 11001 1010011 1010011 101001

Color Harmonies of #7DC012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC012

Black with #7DC012

Text Example


Text Example

White with #7DC012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,192,18); }

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

background-color css

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

 a { background-color: rgb(125,192,18); }

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

border-color css

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

 span { border-color: rgb(125,192,18); }

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