Html Css Color HEX #7CC238 Lima

📋 copy color: '#7CC238'

red 124 ◦ green 194 ◦ blue 56

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

Shades of Lima #7CC238

Tints of Lima #7CC238

RGB

 RED value IS 124 (48.83% from 255) = 33.16%

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

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

R = 33.16%
G = 51.87%
B = 14.97%

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

#7CC238 (or 0x7CC238) is known color: Lima. HEX triplet: 7C, C2 and 38. RGB value is (124,194,56). Sum of RGB (Red+Green+Blue) = 124+194+56=374 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.16% from 374); Green value is 194 (76.17% from 255 or 51.87% from 374); Blue value is 56 (22.27% from 255 or 14.97% from 374); Max value from RGB is 194 - color contains mainly: green. Hex color #7CC238 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC238 is #833DC7. Grayscale: #9D9D9D. Windows color (decimal): -8601032 or 3719804. OLE color: 3719804.

HSL color Cylindrical-coordinate representation of color #7CC238: hue angle of 90.43º 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 #7CC238 is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 124 194 56 -
CMYK 0.36 0 0.71 0.24
HSL 90.43º 0.55% 0.49% -
HSV(B) 90.43º 0.71% 0.76% -
XYZ 28.32 43.15 10.58 -
YUV 157.34 70.81 104.22 -
System Red Green Blue C M Y K H S L
Decimal 124 194 56 0.36 0 0.71 0.24 90.43 0.55 0.49
Hex 7C C2 38 24 0 47 18 5A 37 31
Octal 174 302 70 44 0 107 30 132 67 61
Binary 1111100 11000010 111000 100100 0 1000111 11000 1011010 110111 110001

Color Harmonies of #7CC238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC238

Black with #7CC238

Text Example


Text Example

White with #7CC238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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