Html Css Color HEX #7DCE06 Lima

📋 copy color: '#7DCE06'

red 125 ◦ green 206 ◦ blue 6

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

Shades of Lima #7DCE06

Tints of Lima #7DCE06

RGB

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

 GREEN value IS 206 (80.86% from 255) = 61.13%

 BLUE value IS 6 (2.73% from 255) = 1.78%

R = 37.09%
G = 61.13%
B = 1.78%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#7DCE06 (or 0x7DCE06) is known color: Lima. HEX triplet: 7D, CE and 06. RGB value is (125,206,6). Sum of RGB (Red+Green+Blue) = 125+206+6=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 206 (80.86% from 255 or 61.13% from 337); Blue value is 6 (2.73% from 255 or 1.78% from 337); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DCE06 is #8231F9. Grayscale: #9F9F9F. Windows color (decimal): -8532474 or 446077. OLE color: 446077.

HSL color Cylindrical-coordinate representation of color #7DCE06: hue angle of 84.3º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7DCE06 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 206 6 -
CMYK 0.39 0 0.97 0.19
HSL 84.3º 0.94% 0.42% -
HSV(B) 84.3º 0.97% 0.81% -
XYZ 30.56 48.52 7.93 -
YUV 158.98 41.66 103.76 -
System Red Green Blue C M Y K H S L
Decimal 125 206 6 0.39 0 0.97 0.19 84.3 0.94 0.42
Hex 7D CE 6 27 0 61 13 54 5E 2A
Octal 175 316 6 47 0 141 23 124 136 52
Binary 1111101 11001110 110 100111 0 1100001 10011 1010100 1011110 101010

Color Harmonies of #7DCE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCE06

Black with #7DCE06

Text Example


Text Example

White with #7DCE06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,206,6); }

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

background-color css

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

 a { background-color: rgb(125,206,6); }

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

border-color css

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

 span { border-color: rgb(125,206,6); }

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