Html Css Color HEX #7CCF07 Lima

📋 copy color: '#7CCF07'

red 124 ◦ green 207 ◦ blue 7

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

Shades of Lima #7CCF07

Tints of Lima #7CCF07

RGB

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

 GREEN value IS 207 (81.25% from 255) = 61.24%

 BLUE value IS 7 (3.13% from 255) = 2.07%

R = 36.69%
G = 61.24%
B = 2.07%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#7CCF07 (or 0x7CCF07) is known color: Lima. HEX triplet: 7C, CF and 07. RGB value is (124,207,7). Sum of RGB (Red+Green+Blue) = 124+207+7=338 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.69% from 338); Green value is 207 (81.25% from 255 or 61.24% from 338); Blue value is 7 (3.12% from 255 or 2.07% from 338); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CCF07 is #8330F8. Grayscale: #A0A0A0. Windows color (decimal): -8597753 or 511868. OLE color: 511868.

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

Color convert

RGB 124 207 7 -
CMYK 0.40 0 0.97 0.19
HSL 84.9º 0.93% 0.42% -
HSV(B) 84.9º 0.97% 0.81% -
XYZ 30.66 48.93 8.03 -
YUV 159.38 42 102.76 -
System Red Green Blue C M Y K H S L
Decimal 124 207 7 0.40 0 0.97 0.19 84.9 0.93 0.42
Hex 7C CF 7 28 0 61 13 55 5D 2A
Octal 174 317 7 50 0 141 23 125 135 52
Binary 1111100 11001111 111 101000 0 1100001 10011 1010101 1011101 101010

Color Harmonies of #7CCF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCF07

Black with #7CCF07

Text Example


Text Example

White with #7CCF07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,207,7); }

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

background-color css

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

 a { background-color: rgb(124,207,7); }

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

border-color css

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

 span { border-color: rgb(124,207,7); }

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