Html Css Color HEX #7DC434 Lima

📋 copy color: '#7DC434'

red 125 ◦ green 196 ◦ blue 52

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

Shades of Lima #7DC434

Tints of Lima #7DC434

RGB

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

 GREEN value IS 196 (76.95% from 255) = 52.55%

 BLUE value IS 52 (20.7% from 255) = 13.94%

R = 33.51%
G = 52.55%
B = 13.94%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#7DC434 (or 0x7DC434) is known color: Lima. HEX triplet: 7D, C4 and 34. RGB value is (125,196,52). Sum of RGB (Red+Green+Blue) = 125+196+52=373 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.51% from 373); Green value is 196 (76.95% from 255 or 52.55% from 373); Blue value is 52 (20.70% from 255 or 13.94% from 373); Max value from RGB is 196 - color contains mainly: green. Hex color #7DC434 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC434 is #823BCB. Grayscale: #9E9E9E. Windows color (decimal): -8534988 or 3458173. OLE color: 3458173.

HSL color Cylindrical-coordinate representation of color #7DC434: hue angle of 89.58º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7DC434 is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 125 196 52 -
CMYK 0.36 0 0.73 0.23
HSL 89.58º 0.58% 0.49% -
HSV(B) 89.58º 0.73% 0.77% -
XYZ 28.82 44.09 10.24 -
YUV 158.36 67.98 104.21 -
System Red Green Blue C M Y K H S L
Decimal 125 196 52 0.36 0 0.73 0.23 89.58 0.58 0.49
Hex 7D C4 34 24 0 49 17 5A 3A 31
Octal 175 304 64 44 0 111 27 132 72 61
Binary 1111101 11000100 110100 100100 0 1001001 10111 1011010 111010 110001

Color Harmonies of #7DC434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC434

Black with #7DC434

Text Example


Text Example

White with #7DC434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,196,52); }

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

background-color css

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

 a { background-color: rgb(125,196,52); }

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

border-color css

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

 span { border-color: rgb(125,196,52); }

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