Html Css Color HEX #7DD008 Lima

📋 copy color: '#7DD008'

red 125 ◦ green 208 ◦ blue 8

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

Shades of Lima #7DD008

Tints of Lima #7DD008

RGB

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

 GREEN value IS 208 (81.64% from 255) = 61%

 BLUE value IS 8 (3.52% from 255) = 2.35%

R = 36.66%
G = 61%
B = 2.35%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#7DD008 (or 0x7DD008) is known color: Lima. HEX triplet: 7D, D0 and 08. RGB value is (125,208,8). Sum of RGB (Red+Green+Blue) = 125+208+8=341 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.66% from 341); Green value is 208 (81.64% from 255 or 61.00% from 341); Blue value is 8 (3.52% from 255 or 2.35% from 341); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD008 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DD008 is #822FF7. Grayscale: #A1A1A1. Windows color (decimal): -8531960 or 577661. OLE color: 577661.

HSL color Cylindrical-coordinate representation of color #7DD008: hue angle of 84.9º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7DD008 is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 125 208 8 -
CMYK 0.40 0 0.96 0.18
HSL 84.9º 0.93% 0.42% -
HSV(B) 84.9º 0.96% 0.82% -
XYZ 31.06 49.49 8.15 -
YUV 160.38 42 102.76 -
System Red Green Blue C M Y K H S L
Decimal 125 208 8 0.40 0 0.96 0.18 84.9 0.93 0.42
Hex 7D D0 8 28 0 60 12 55 5D 2A
Octal 175 320 10 50 0 140 22 125 135 52
Binary 1111101 11010000 1000 101000 0 1100000 10010 1010101 1011101 101010

Color Harmonies of #7DD008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD008

Black with #7DD008

Text Example


Text Example

White with #7DD008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,208,8); }

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

background-color css

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

 a { background-color: rgb(125,208,8); }

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

border-color css

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

 span { border-color: rgb(125,208,8); }

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