Html Css Color HEX #7DB203 Lima

📋 copy color: '#7DB203'

red 125 ◦ green 178 ◦ blue 3

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

Shades of Lima #7DB203

Tints of Lima #7DB203

RGB

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

 GREEN value IS 178 (69.92% from 255) = 58.17%

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

R = 40.85%
G = 58.17%
B = 0.98%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#7DB203 (or 0x7DB203) is known color: Lima. HEX triplet: 7D, B2 and 03. RGB value is (125,178,3). Sum of RGB (Red+Green+Blue) = 125+178+3=306 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.85% from 306); Green value is 178 (69.92% from 255 or 58.17% from 306); Blue value is 3 (1.56% from 255 or 0.98% from 306); Max value from RGB is 178 - color contains mainly: green. Hex color #7DB203 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DB203 is #824DFC. Grayscale: #8E8E8E. Windows color (decimal): -8539645 or 242301. OLE color: 242301.

HSL color Cylindrical-coordinate representation of color #7DB203: hue angle of 78.17º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7DB203 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB 125 178 3 -
CMYK 0.30 0 0.98 0.30
HSL 78.17º 0.97% 0.35% -
HSV(B) 78.17º 0.98% 0.7% -
XYZ 24.39 36.21 5.79 -
YUV 142.2 49.44 115.73 -
System Red Green Blue C M Y K H S L
Decimal 125 178 3 0.30 0 0.98 0.30 78.17 0.97 0.35
Hex 7D B2 3 1E 0 62 1E 4E 61 23
Octal 175 262 3 36 0 142 36 116 141 43
Binary 1111101 10110010 11 11110 0 1100010 11110 1001110 1100001 100011

Color Harmonies of #7DB203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB203

Black with #7DB203

Text Example


Text Example

White with #7DB203

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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