Html Css Color HEX #7DC238 Lima

📋 copy color: '#7DC238'

red 125 ◦ green 194 ◦ blue 56

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

Shades of Lima #7DC238

Tints of Lima #7DC238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.93%

R = 33.33%
G = 51.73%
B = 14.93%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#7DC238 (or 0x7DC238) is known color: Lima. HEX triplet: 7D, C2 and 38. RGB value is (125,194,56). Sum of RGB (Red+Green+Blue) = 125+194+56=375 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.33% from 375); Green value is 194 (76.17% from 255 or 51.73% from 375); Blue value is 56 (22.27% from 255 or 14.93% from 375); Max value from RGB is 194 - color contains mainly: green. Hex color #7DC238 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC238 is #823DC7. Grayscale: #9E9E9E. Windows color (decimal): -8535496 or 3719805. OLE color: 3719805.

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

Color convert

RGB 125 194 56 -
CMYK 0.36 0 0.71 0.24
HSL 90º 0.55% 0.49% -
HSV(B) 90º 0.71% 0.76% -
XYZ 28.46 43.23 10.59 -
YUV 157.64 70.64 104.72 -
System Red Green Blue C M Y K H S L
Decimal 125 194 56 0.36 0 0.71 0.24 90 0.55 0.49
Hex 7D C2 38 24 0 47 18 5A 37 31
Octal 175 302 70 44 0 107 30 132 67 61
Binary 1111101 11000010 111000 100100 0 1000111 11000 1011010 110111 110001

Color Harmonies of #7DC238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC238

Black with #7DC238

Text Example


Text Example

White with #7DC238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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