Html Css Color HEX #7CC31C Lima

📋 copy color: '#7CC31C'

red 124 ◦ green 195 ◦ blue 28

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

Shades of Lima #7CC31C

Tints of Lima #7CC31C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.07%

R = 35.73%
G = 56.2%
B = 8.07%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#7CC31C (or 0x7CC31C) is known color: Lima. HEX triplet: 7C, C3 and 1C. RGB value is (124,195,28). Sum of RGB (Red+Green+Blue) = 124+195+28=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 195 (76.56% from 255 or 56.20% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 195 - color contains mainly: green. Hex color #7CC31C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC31C is #833CE3. Grayscale: #9B9B9B. Windows color (decimal): -8600804 or 1885052. OLE color: 1885052.

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

Color convert

RGB 124 195 28 -
CMYK 0.36 0 0.86 0.24
HSL 85.51º 0.75% 0.44% -
HSV(B) 85.51º 0.86% 0.76% -
XYZ 28.04 43.4 8 -
YUV 154.73 56.48 106.08 -
System Red Green Blue C M Y K H S L
Decimal 124 195 28 0.36 0 0.86 0.24 85.51 0.75 0.44
Hex 7C C3 1C 24 0 56 18 56 4B 2C
Octal 174 303 34 44 0 126 30 126 113 54
Binary 1111100 11000011 11100 100100 0 1010110 11000 1010110 1001011 101100

Color Harmonies of #7CC31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC31C

Black with #7CC31C

Text Example


Text Example

White with #7CC31C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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