Html Css Color HEX #7FCD18 Lima

📋 copy color: '#7FCD18'

red 127 ◦ green 205 ◦ blue 24

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

Shades of Lima #7FCD18

Tints of Lima #7FCD18

RGB

 RED value IS 127 (50% from 255) = 35.67%

 GREEN value IS 205 (80.47% from 255) = 57.58%

 BLUE value IS 24 (9.77% from 255) = 6.74%

R = 35.67%
G = 57.58%
B = 6.74%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#7FCD18 (or 0x7FCD18) is known color: Lima. HEX triplet: 7F, CD and 18. RGB value is (127,205,24). Sum of RGB (Red+Green+Blue) = 127+205+24=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 205 (80.47% from 255 or 57.58% from 356); Blue value is 24 (9.77% from 255 or 6.74% from 356); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD18 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FCD18 is #8032E7. Grayscale: #A1A1A1. Windows color (decimal): -8401640 or 1625471. OLE color: 1625471.

HSL color Cylindrical-coordinate representation of color #7FCD18: hue angle of 85.86º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7FCD18 is Cyan = 0.38, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 127 205 24 -
CMYK 0.38 0 0.88 0.20
HSL 85.86º 0.79% 0.45% -
HSV(B) 85.86º 0.88% 0.8% -
XYZ 30.75 48.24 8.55 -
YUV 161.04 50.66 103.72 -
System Red Green Blue C M Y K H S L
Decimal 127 205 24 0.38 0 0.88 0.20 85.86 0.79 0.45
Hex 7F CD 18 26 0 58 14 56 4F 2D
Octal 177 315 30 46 0 130 24 126 117 55
Binary 1111111 11001101 11000 100110 0 1011000 10100 1010110 1001111 101101

Color Harmonies of #7FCD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCD18

Black with #7FCD18

Text Example


Text Example

White with #7FCD18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,205,24); }

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

background-color css

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

 a { background-color: rgb(127,205,24); }

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

border-color css

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

 span { border-color: rgb(127,205,24); }

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