Html Css Color HEX #7CCA12 Lima

📋 copy color: '#7CCA12'

red 124 ◦ green 202 ◦ blue 18

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

Shades of Lima #7CCA12

Tints of Lima #7CCA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.23%

R = 36.05%
G = 58.72%
B = 5.23%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#7CCA12 (or 0x7CCA12) is known color: Lima. HEX triplet: 7C, CA and 12. RGB value is (124,202,18). Sum of RGB (Red+Green+Blue) = 124+202+18=344 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.05% from 344); Green value is 202 (79.30% from 255 or 58.72% from 344); Blue value is 18 (7.42% from 255 or 5.23% from 344); Max value from RGB is 202 - color contains mainly: green. Hex color #7CCA12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CCA12 is #8335ED. Grayscale: #9E9E9E. Windows color (decimal): -8599022 or 1231484. OLE color: 1231484.

HSL color Cylindrical-coordinate representation of color #7CCA12: hue angle of 85.43º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7CCA12 is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 124 202 18 -
CMYK 0.39 0 0.91 0.21
HSL 85.43º 0.84% 0.43% -
HSV(B) 85.43º 0.91% 0.79% -
XYZ 29.54 46.57 8 -
YUV 157.7 49.16 103.96 -
System Red Green Blue C M Y K H S L
Decimal 124 202 18 0.39 0 0.91 0.21 85.43 0.84 0.43
Hex 7C CA 12 27 0 5B 15 55 54 2B
Octal 174 312 22 47 0 133 25 125 124 53
Binary 1111100 11001010 10010 100111 0 1011011 10101 1010101 1010100 101011

Color Harmonies of #7CCA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCA12

Black with #7CCA12

Text Example


Text Example

White with #7CCA12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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