Html Css Color HEX #7BCF10 Lima

📋 copy color: '#7BCF10'

red 123 ◦ green 207 ◦ blue 16

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

Shades of Lima #7BCF10

Tints of Lima #7BCF10

RGB

 RED value IS 123 (48.44% from 255) = 35.55%

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

 BLUE value IS 16 (6.64% from 255) = 4.62%

R = 35.55%
G = 59.83%
B = 4.62%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#7BCF10 (or 0x7BCF10) is known color: Lima. HEX triplet: 7B, CF and 10. RGB value is (123,207,16). Sum of RGB (Red+Green+Blue) = 123+207+16=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 207 (81.25% from 255 or 59.83% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 207 - color contains mainly: green. Hex color #7BCF10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BCF10 is #8430EF. Grayscale: #A0A0A0. Windows color (decimal): -8663280 or 1101691. OLE color: 1101691.

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

Color convert

RGB 123 207 16 -
CMYK 0.41 0 0.92 0.19
HSL 86.39º 0.86% 0.44% -
HSV(B) 86.39º 0.92% 0.81% -
XYZ 30.57 48.87 8.31 -
YUV 160.11 46.67 101.53 -
System Red Green Blue C M Y K H S L
Decimal 123 207 16 0.41 0 0.92 0.19 86.39 0.86 0.44
Hex 7B CF 10 29 0 5C 13 56 56 2C
Octal 173 317 20 51 0 134 23 126 126 54
Binary 1111011 11001111 10000 101001 0 1011100 10011 1010110 1010110 101100

Color Harmonies of #7BCF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCF10

Black with #7BCF10

Text Example


Text Example

White with #7BCF10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,207,16); }

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

background-color css

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

 a { background-color: rgb(123,207,16); }

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

border-color css

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

 span { border-color: rgb(123,207,16); }

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