Html Css Color HEX #7CD514 Lima

📋 copy color: '#7CD514'

red 124 ◦ green 213 ◦ blue 20

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

Shades of Lima #7CD514

Tints of Lima #7CD514

RGB

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

 GREEN value IS 213 (83.59% from 255) = 59.66%

 BLUE value IS 20 (8.2% from 255) = 5.6%

R = 34.73%
G = 59.66%
B = 5.6%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#7CD514 (or 0x7CD514) is known color: Lima. HEX triplet: 7C, D5 and 14. RGB value is (124,213,20). Sum of RGB (Red+Green+Blue) = 124+213+20=357 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.73% from 357); Green value is 213 (83.59% from 255 or 59.66% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 213 - color contains mainly: green. Hex color #7CD514 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CD514 is #832AEB. Grayscale: #A5A5A5. Windows color (decimal): -8596204 or 1365372. OLE color: 1365372.

HSL color Cylindrical-coordinate representation of color #7CD514: hue angle of 87.67º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7CD514 is Cyan = 0.42, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 124 213 20 -
CMYK 0.42 0 0.91 0.16
HSL 87.67º 0.83% 0.46% -
HSV(B) 87.67º 0.91% 0.84% -
XYZ 32.23 51.92 8.99 -
YUV 164.39 46.51 99.19 -
System Red Green Blue C M Y K H S L
Decimal 124 213 20 0.42 0 0.91 0.16 87.67 0.83 0.46
Hex 7C D5 14 2A 0 5B 10 58 53 2E
Octal 174 325 24 52 0 133 20 130 123 56
Binary 1111100 11010101 10100 101010 0 1011011 10000 1011000 1010011 101110

Color Harmonies of #7CD514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CD514

Black with #7CD514

Text Example


Text Example

White with #7CD514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,213,20); }

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

background-color css

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

 a { background-color: rgb(124,213,20); }

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

border-color css

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

 span { border-color: rgb(124,213,20); }

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