Html Css Color HEX #7CCF12 Lima

📋 copy color: '#7CCF12'

red 124 ◦ green 207 ◦ blue 18

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

Shades of Lima #7CCF12

Tints of Lima #7CCF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.16%

R = 35.53%
G = 59.31%
B = 5.16%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#7CCF12 (or 0x7CCF12) is known color: Lima. HEX triplet: 7C, CF and 12. RGB value is (124,207,18). Sum of RGB (Red+Green+Blue) = 124+207+18=349 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.53% from 349); Green value is 207 (81.25% from 255 or 59.31% from 349); Blue value is 18 (7.42% from 255 or 5.16% from 349); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CCF12 is #8330ED. Grayscale: #A1A1A1. Windows color (decimal): -8597742 or 1232764. OLE color: 1232764.

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

Color convert

RGB 124 207 18 -
CMYK 0.40 0 0.91 0.19
HSL 86.35º 0.84% 0.44% -
HSV(B) 86.35º 0.91% 0.81% -
XYZ 30.73 48.95 8.4 -
YUV 160.64 47.5 101.87 -
System Red Green Blue C M Y K H S L
Decimal 124 207 18 0.40 0 0.91 0.19 86.35 0.84 0.44
Hex 7C CF 12 28 0 5B 13 56 54 2C
Octal 174 317 22 50 0 133 23 126 124 54
Binary 1111100 11001111 10010 101000 0 1011011 10011 1010110 1010100 101100

Color Harmonies of #7CCF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCF12

Black with #7CCF12

Text Example


Text Example

White with #7CCF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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