Html Css Color HEX #7CCF06 Lima

📋 copy color: '#7CCF06'

red 124 ◦ green 207 ◦ blue 6

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

Shades of Lima #7CCF06

Tints of Lima #7CCF06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.78%

R = 36.8%
G = 61.42%
B = 1.78%

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

#7CCF06 (or 0x7CCF06) is known color: Lima. HEX triplet: 7C, CF and 06. RGB value is (124,207,6). Sum of RGB (Red+Green+Blue) = 124+207+6=337 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.80% from 337); Green value is 207 (81.25% from 255 or 61.42% from 337); Blue value is 6 (2.73% from 255 or 1.78% from 337); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CCF06 is #8330F9. Grayscale: #9F9F9F. Windows color (decimal): -8597754 or 446332. OLE color: 446332.

HSL color Cylindrical-coordinate representation of color #7CCF06: hue angle of 84.78º degrees, saturation: 0.94, 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 #7CCF06 is Cyan = 0.40, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 124 207 6 -
CMYK 0.40 0 0.97 0.19
HSL 84.78º 0.94% 0.42% -
HSV(B) 84.78º 0.97% 0.81% -
XYZ 30.66 48.92 8 -
YUV 159.27 41.5 102.84 -
System Red Green Blue C M Y K H S L
Decimal 124 207 6 0.40 0 0.97 0.19 84.78 0.94 0.42
Hex 7C CF 6 28 0 61 13 55 5E 2A
Octal 174 317 6 50 0 141 23 125 136 52
Binary 1111100 11001111 110 101000 0 1100001 10011 1010101 1011110 101010

Color Harmonies of #7CCF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCF06

Black with #7CCF06

Text Example


Text Example

White with #7CCF06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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