Html Css Color HEX #7CC303 Lima

📋 copy color: '#7CC303'

red 124 ◦ green 195 ◦ blue 3

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

Shades of Lima #7CC303

Tints of Lima #7CC303

RGB

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

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

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

R = 38.51%
G = 60.56%
B = 0.93%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#7CC303 (or 0x7CC303) is known color: Lima. HEX triplet: 7C, C3 and 03. RGB value is (124,195,3). Sum of RGB (Red+Green+Blue) = 124+195+3=322 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.51% from 322); Green value is 195 (76.56% from 255 or 60.56% from 322); Blue value is 3 (1.56% from 255 or 0.93% from 322); Max value from RGB is 195 - color contains mainly: green. Hex color #7CC303 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC303 is #833CFC. Grayscale: #989898. Windows color (decimal): -8600829 or 246652. OLE color: 246652.

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

Color convert

RGB 124 195 3 -
CMYK 0.36 0 0.98 0.24
HSL 82.19º 0.97% 0.39% -
HSV(B) 82.19º 0.98% 0.76% -
XYZ 27.84 43.32 6.98 -
YUV 151.88 43.98 108.11 -
System Red Green Blue C M Y K H S L
Decimal 124 195 3 0.36 0 0.98 0.24 82.19 0.97 0.39
Hex 7C C3 3 24 0 62 18 52 61 27
Octal 174 303 3 44 0 142 30 122 141 47
Binary 1111100 11000011 11 100100 0 1100010 11000 1010010 1100001 100111

Color Harmonies of #7CC303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC303

Black with #7CC303

Text Example


Text Example

White with #7CC303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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