Html Css Color HEX #7FD015 Lima

📋 copy color: '#7FD015'

red 127 ◦ green 208 ◦ blue 21

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

Shades of Lima #7FD015

Tints of Lima #7FD015

RGB

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

 GREEN value IS 208 (81.64% from 255) = 58.43%

 BLUE value IS 21 (8.59% from 255) = 5.9%

R = 35.67%
G = 58.43%
B = 5.9%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#7FD015 (or 0x7FD015) is known color: Lima. HEX triplet: 7F, D0 and 15. RGB value is (127,208,21). Sum of RGB (Red+Green+Blue) = 127+208+21=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 208 (81.64% from 255 or 58.43% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 208 - color contains mainly: green. Hex color #7FD015 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FD015 is #802FEA. Grayscale: #A3A3A3. Windows color (decimal): -8400875 or 1429631. OLE color: 1429631.

HSL color Cylindrical-coordinate representation of color #7FD015: hue angle of 85.99º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7FD015 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 127 208 21 -
CMYK 0.39 0 0.90 0.18
HSL 85.99º 0.82% 0.45% -
HSV(B) 85.99º 0.9% 0.82% -
XYZ 31.44 49.68 8.64 -
YUV 162.46 48.16 102.71 -
System Red Green Blue C M Y K H S L
Decimal 127 208 21 0.39 0 0.90 0.18 85.99 0.82 0.45
Hex 7F D0 15 27 0 5A 12 56 52 2D
Octal 177 320 25 47 0 132 22 126 122 55
Binary 1111111 11010000 10101 100111 0 1011010 10010 1010110 1010010 101101

Color Harmonies of #7FD015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD015

Black with #7FD015

Text Example


Text Example

White with #7FD015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,208,21); }

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

background-color css

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

 a { background-color: rgb(127,208,21); }

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

border-color css

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

 span { border-color: rgb(127,208,21); }

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