Html Css Color HEX #7DB21C Lima

📋 copy color: '#7DB21C'

red 125 ◦ green 178 ◦ blue 28

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

Shades of Lima #7DB21C

Tints of Lima #7DB21C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.46%

R = 37.76%
G = 53.78%
B = 8.46%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#7DB21C (or 0x7DB21C) is known color: Lima. HEX triplet: 7D, B2 and 1C. RGB value is (125,178,28). Sum of RGB (Red+Green+Blue) = 125+178+28=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 178 (69.92% from 255 or 53.78% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 178 - color contains mainly: green. Hex color #7DB21C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB21C is #824DE3. Grayscale: #919191. Windows color (decimal): -8539620 or 1880701. OLE color: 1880701.

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

Color convert

RGB 125 178 28 -
CMYK 0.30 0 0.84 0.30
HSL 81.2º 0.73% 0.4% -
HSV(B) 81.2º 0.84% 0.7% -
XYZ 24.59 36.28 6.81 -
YUV 145.05 61.94 113.7 -
System Red Green Blue C M Y K H S L
Decimal 125 178 28 0.30 0 0.84 0.30 81.2 0.73 0.4
Hex 7D B2 1C 1E 0 54 1E 51 49 28
Octal 175 262 34 36 0 124 36 121 111 50
Binary 1111101 10110010 11100 11110 0 1010100 11110 1010001 1001001 101000

Color Harmonies of #7DB21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB21C

Black with #7DB21C

Text Example


Text Example

White with #7DB21C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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