Html Css Color HEX #7CCE0F Lima

📋 copy color: '#7CCE0F'

red 124 ◦ green 206 ◦ blue 15

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

Shades of Lima #7CCE0F

Tints of Lima #7CCE0F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 59.71%

 BLUE value IS 15 (6.25% from 255) = 4.35%

R = 35.94%
G = 59.71%
B = 4.35%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#7CCE0F (or 0x7CCE0F) is known color: Lima. HEX triplet: 7C, CE and 0F. RGB value is (124,206,15). Sum of RGB (Red+Green+Blue) = 124+206+15=345 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.94% from 345); Green value is 206 (80.86% from 255 or 59.71% from 345); Blue value is 15 (6.25% from 255 or 4.35% from 345); Max value from RGB is 206 - color contains mainly: green. Hex color #7CCE0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CCE0F is #8331F0. Grayscale: #A0A0A0. Windows color (decimal): -8598001 or 1035900. OLE color: 1035900.

HSL color Cylindrical-coordinate representation of color #7CCE0F: hue angle of 85.76º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7CCE0F is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 124 206 15 -
CMYK 0.40 0 0.93 0.19
HSL 85.76º 0.86% 0.43% -
HSV(B) 85.76º 0.93% 0.81% -
XYZ 30.47 48.46 8.2 -
YUV 159.71 46.33 102.53 -
System Red Green Blue C M Y K H S L
Decimal 124 206 15 0.40 0 0.93 0.19 85.76 0.86 0.43
Hex 7C CE F 28 0 5D 13 56 56 2B
Octal 174 316 17 50 0 135 23 126 126 53
Binary 1111100 11001110 1111 101000 0 1011101 10011 1010110 1010110 101011

Color Harmonies of #7CCE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCE0F

Black with #7CCE0F

Text Example


Text Example

White with #7CCE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,206,15); }

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

background-color css

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

 a { background-color: rgb(124,206,15); }

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

border-color css

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

 span { border-color: rgb(124,206,15); }

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