Html Css Color HEX #7DC235 Lima

📋 copy color: '#7DC235'

red 125 ◦ green 194 ◦ blue 53

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

Shades of Lima #7DC235

Tints of Lima #7DC235

RGB

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

 GREEN value IS 194 (76.17% from 255) = 52.15%

 BLUE value IS 53 (21.09% from 255) = 14.25%

R = 33.6%
G = 52.15%
B = 14.25%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#7DC235 (or 0x7DC235) is known color: Lima. HEX triplet: 7D, C2 and 35. RGB value is (125,194,53). Sum of RGB (Red+Green+Blue) = 125+194+53=372 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.60% from 372); Green value is 194 (76.17% from 255 or 52.15% from 372); Blue value is 53 (21.09% from 255 or 14.25% from 372); Max value from RGB is 194 - color contains mainly: green. Hex color #7DC235 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC235 is #823DCA. Grayscale: #9D9D9D. Windows color (decimal): -8535499 or 3523197. OLE color: 3523197.

HSL color Cylindrical-coordinate representation of color #7DC235: hue angle of 89.36º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7DC235 is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 125 194 53 -
CMYK 0.36 0 0.73 0.24
HSL 89.36º 0.57% 0.48% -
HSV(B) 89.36º 0.73% 0.76% -
XYZ 28.39 43.2 10.21 -
YUV 157.3 69.14 104.96 -
System Red Green Blue C M Y K H S L
Decimal 125 194 53 0.36 0 0.73 0.24 89.36 0.57 0.48
Hex 7D C2 35 24 0 49 18 59 39 30
Octal 175 302 65 44 0 111 30 131 71 60
Binary 1111101 11000010 110101 100100 0 1001001 11000 1011001 111001 110000

Color Harmonies of #7DC235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC235

Black with #7DC235

Text Example


Text Example

White with #7DC235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,194,53); }

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

background-color css

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

 a { background-color: rgb(125,194,53); }

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

border-color css

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

 span { border-color: rgb(125,194,53); }

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