Html Css Color HEX #7CC326 Lima

📋 copy color: '#7CC326'

red 124 ◦ green 195 ◦ blue 38

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

Shades of Lima #7CC326

Tints of Lima #7CC326

RGB

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

 GREEN value IS 195 (76.56% from 255) = 54.62%

 BLUE value IS 38 (15.23% from 255) = 10.64%

R = 34.73%
G = 54.62%
B = 10.64%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#7CC326 (or 0x7CC326) is known color: Lima. HEX triplet: 7C, C3 and 26. RGB value is (124,195,38). Sum of RGB (Red+Green+Blue) = 124+195+38=357 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.73% from 357); Green value is 195 (76.56% from 255 or 54.62% from 357); Blue value is 38 (15.23% from 255 or 10.64% from 357); Max value from RGB is 195 - color contains mainly: green. Hex color #7CC326 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC326 is #833CD9. Grayscale: #9C9C9C. Windows color (decimal): -8600794 or 2540412. OLE color: 2540412.

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

Color convert

RGB 124 195 38 -
CMYK 0.36 0 0.81 0.24
HSL 87.13º 0.67% 0.46% -
HSV(B) 87.13º 0.81% 0.76% -
XYZ 28.18 43.46 8.74 -
YUV 155.87 61.48 105.27 -
System Red Green Blue C M Y K H S L
Decimal 124 195 38 0.36 0 0.81 0.24 87.13 0.67 0.46
Hex 7C C3 26 24 0 51 18 57 43 2E
Octal 174 303 46 44 0 121 30 127 103 56
Binary 1111100 11000011 100110 100100 0 1010001 11000 1010111 1000011 101110

Color Harmonies of #7CC326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC326

Black with #7CC326

Text Example


Text Example

White with #7CC326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,195,38); }

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

background-color css

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

 a { background-color: rgb(124,195,38); }

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

border-color css

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

 span { border-color: rgb(124,195,38); }

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