Html Css Color HEX #7DCE07 Lima

📋 copy color: '#7DCE07'

red 125 ◦ green 206 ◦ blue 7

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

Shades of Lima #7DCE07

Tints of Lima #7DCE07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.07%

R = 36.98%
G = 60.95%
B = 2.07%

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

#7DCE07 (or 0x7DCE07) is known color: Lima. HEX triplet: 7D, CE and 07. RGB value is (125,206,7). Sum of RGB (Red+Green+Blue) = 125+206+7=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 206 (80.86% from 255 or 60.95% from 338); Blue value is 7 (3.12% from 255 or 2.07% from 338); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DCE07 is #8231F8. Grayscale: #9F9F9F. Windows color (decimal): -8532473 or 511613. OLE color: 511613.

HSL color Cylindrical-coordinate representation of color #7DCE07: hue angle of 84.42º degrees, saturation: 0.93, 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 #7DCE07 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 206 7 -
CMYK 0.39 0 0.97 0.19
HSL 84.42º 0.93% 0.42% -
HSV(B) 84.42º 0.97% 0.81% -
XYZ 30.57 48.52 7.95 -
YUV 159.1 42.16 103.68 -
System Red Green Blue C M Y K H S L
Decimal 125 206 7 0.39 0 0.97 0.19 84.42 0.93 0.42
Hex 7D CE 7 27 0 61 13 54 5D 2A
Octal 175 316 7 47 0 141 23 124 135 52
Binary 1111101 11001110 111 100111 0 1100001 10011 1010100 1011101 101010

Color Harmonies of #7DCE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCE07

Black with #7DCE07

Text Example


Text Example

White with #7DCE07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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