Html Css Color HEX #7CCA29 Lima

📋 copy color: '#7CCA29'

red 124 ◦ green 202 ◦ blue 41

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

Shades of Lima #7CCA29

Tints of Lima #7CCA29

RGB

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

 GREEN value IS 202 (79.3% from 255) = 55.04%

 BLUE value IS 41 (16.41% from 255) = 11.17%

R = 33.79%
G = 55.04%
B = 11.17%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#7CCA29 (or 0x7CCA29) is known color: Lima. HEX triplet: 7C, CA and 29. RGB value is (124,202,41). Sum of RGB (Red+Green+Blue) = 124+202+41=367 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.79% from 367); Green value is 202 (79.30% from 255 or 55.04% from 367); Blue value is 41 (16.41% from 255 or 11.17% from 367); Max value from RGB is 202 - color contains mainly: green. Hex color #7CCA29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCA29 is #8335D6. Grayscale: #A0A0A0. Windows color (decimal): -8598999 or 2738812. OLE color: 2738812.

HSL color Cylindrical-coordinate representation of color #7CCA29: hue angle of 89.07º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7CCA29 is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 124 202 41 -
CMYK 0.39 0 0.80 0.21
HSL 89.07º 0.66% 0.48% -
HSV(B) 89.07º 0.8% 0.79% -
XYZ 29.83 46.69 9.54 -
YUV 160.32 60.66 102.09 -
System Red Green Blue C M Y K H S L
Decimal 124 202 41 0.39 0 0.80 0.21 89.07 0.66 0.48
Hex 7C CA 29 27 0 50 15 59 42 30
Octal 174 312 51 47 0 120 25 131 102 60
Binary 1111100 11001010 101001 100111 0 1010000 10101 1011001 1000010 110000

Color Harmonies of #7CCA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCA29

Black with #7CCA29

Text Example


Text Example

White with #7CCA29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,202,41); }

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

background-color css

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

 a { background-color: rgb(124,202,41); }

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

border-color css

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

 span { border-color: rgb(124,202,41); }

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