Html Css Color HEX #7CDD14 Lawn Green

📋 copy color: '#7CDD14'

red 124 ◦ green 221 ◦ blue 20

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

Shades of Lawn Green #7CDD14

Tints of Lawn Green #7CDD14

RGB

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

 GREEN value IS 221 (86.72% from 255) = 60.55%

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

R = 33.97%
G = 60.55%
B = 5.48%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#7CDD14 (or 0x7CDD14) is known color: Lawn Green. HEX triplet: 7C, DD and 14. RGB value is (124,221,20). Sum of RGB (Red+Green+Blue) = 124+221+20=365 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.97% from 365); Green value is 221 (86.72% from 255 or 60.55% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDD14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CDD14 is #8322EB. Grayscale: #A9A9A9. Windows color (decimal): -8594156 or 1367420. OLE color: 1367420.

HSL color Cylindrical-coordinate representation of color #7CDD14: hue angle of 88.96º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7CDD14 is Cyan = 0.44, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 124 221 20 -
CMYK 0.44 0 0.91 0.13
HSL 88.96º 0.83% 0.47% -
HSV(B) 88.96º 0.91% 0.87% -
XYZ 34.29 56.05 9.67 -
YUV 169.08 43.86 95.84 -
System Red Green Blue C M Y K H S L
Decimal 124 221 20 0.44 0 0.91 0.13 88.96 0.83 0.47
Hex 7C DD 14 2C 0 5B D 59 53 2F
Octal 174 335 24 54 0 133 15 131 123 57
Binary 1111100 11011101 10100 101100 0 1011011 1101 1011001 1010011 101111

Color Harmonies of #7CDD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CDD14

Black with #7CDD14

Text Example


Text Example

White with #7CDD14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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