Html Css Color HEX #7CC334 Lima

📋 copy color: '#7CC334'

red 124 ◦ green 195 ◦ blue 52

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

Shades of Lima #7CC334

Tints of Lima #7CC334

RGB

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

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

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

R = 33.42%
G = 52.56%
B = 14.02%

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

#7CC334 (or 0x7CC334) is known color: Lima. HEX triplet: 7C, C3 and 34. RGB value is (124,195,52). Sum of RGB (Red+Green+Blue) = 124+195+52=371 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.42% from 371); Green value is 195 (76.56% from 255 or 52.56% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 195 - color contains mainly: green. Hex color #7CC334 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC334 is #833CCB. Grayscale: #9D9D9D. Windows color (decimal): -8600780 or 3457916. OLE color: 3457916.

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

Color convert

RGB 124 195 52 -
CMYK 0.36 0 0.73 0.24
HSL 89.79º 0.58% 0.48% -
HSV(B) 89.79º 0.73% 0.76% -
XYZ 28.45 43.56 10.16 -
YUV 157.47 68.48 104.13 -
System Red Green Blue C M Y K H S L
Decimal 124 195 52 0.36 0 0.73 0.24 89.79 0.58 0.48
Hex 7C C3 34 24 0 49 18 5A 3A 30
Octal 174 303 64 44 0 111 30 132 72 60
Binary 1111100 11000011 110100 100100 0 1001001 11000 1011010 111010 110000

Color Harmonies of #7CC334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC334

Black with #7CC334

Text Example


Text Example

White with #7CC334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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