Html Css Color HEX #7CCA03 Lima

📋 copy color: '#7CCA03'

red 124 ◦ green 202 ◦ blue 3

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

Shades of Lima #7CCA03

Tints of Lima #7CCA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.91%

R = 37.69%
G = 61.4%
B = 0.91%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#7CCA03 (or 0x7CCA03) is known color: Lima. HEX triplet: 7C, CA and 03. RGB value is (124,202,3). Sum of RGB (Red+Green+Blue) = 124+202+3=329 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.69% from 329); Green value is 202 (79.30% from 255 or 61.40% from 329); Blue value is 3 (1.56% from 255 or 0.91% from 329); Max value from RGB is 202 - color contains mainly: green. Hex color #7CCA03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CCA03 is #8335FC. Grayscale: #9C9C9C. Windows color (decimal): -8599037 or 248444. OLE color: 248444.

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

Color convert

RGB 124 202 3 -
CMYK 0.39 0 0.99 0.21
HSL 83.52º 0.97% 0.4% -
HSV(B) 83.52º 0.99% 0.79% -
XYZ 29.45 46.53 7.52 -
YUV 155.99 41.66 105.18 -
System Red Green Blue C M Y K H S L
Decimal 124 202 3 0.39 0 0.99 0.21 83.52 0.97 0.4
Hex 7C CA 3 27 0 63 15 54 61 28
Octal 174 312 3 47 0 143 25 124 141 50
Binary 1111100 11001010 11 100111 0 1100011 10101 1010100 1100001 101000

Color Harmonies of #7CCA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCA03

Black with #7CCA03

Text Example


Text Example

White with #7CCA03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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