Html Css Color HEX #7DB703 Lima

📋 copy color: '#7DB703'

red 125 ◦ green 183 ◦ blue 3

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

Shades of Lima #7DB703

Tints of Lima #7DB703

RGB

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

 GREEN value IS 183 (71.88% from 255) = 58.84%

 BLUE value IS 3 (1.56% from 255) = 0.96%

R = 40.19%
G = 58.84%
B = 0.96%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#7DB703 (or 0x7DB703) is known color: Lima. HEX triplet: 7D, B7 and 03. RGB value is (125,183,3). Sum of RGB (Red+Green+Blue) = 125+183+3=311 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.19% from 311); Green value is 183 (71.88% from 255 or 58.84% from 311); Blue value is 3 (1.56% from 255 or 0.96% from 311); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB703 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB703 is #8248FC. Grayscale: #919191. Windows color (decimal): -8538365 or 243581. OLE color: 243581.

HSL color Cylindrical-coordinate representation of color #7DB703: hue angle of 79.33º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7DB703 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB 125 183 3 -
CMYK 0.32 0 0.98 0.28
HSL 79.33º 0.97% 0.36% -
HSV(B) 79.33º 0.98% 0.72% -
XYZ 25.41 38.23 6.13 -
YUV 145.14 47.78 113.64 -
System Red Green Blue C M Y K H S L
Decimal 125 183 3 0.32 0 0.98 0.28 79.33 0.97 0.36
Hex 7D B7 3 20 0 62 1C 4F 61 24
Octal 175 267 3 40 0 142 34 117 141 44
Binary 1111101 10110111 11 100000 0 1100010 11100 1001111 1100001 100100

Color Harmonies of #7DB703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB703

Black with #7DB703

Text Example


Text Example

White with #7DB703

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,183,3); }

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

background-color css

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

 a { background-color: rgb(125,183,3); }

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

border-color css

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

 span { border-color: rgb(125,183,3); }

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