Html Css Color HEX #7BCF14 Lima

📋 copy color: '#7BCF14'

red 123 ◦ green 207 ◦ blue 20

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

Shades of Lima #7BCF14

Tints of Lima #7BCF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.71%

R = 35.14%
G = 59.14%
B = 5.71%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#7BCF14 (or 0x7BCF14) is known color: Lima. HEX triplet: 7B, CF and 14. RGB value is (123,207,20). Sum of RGB (Red+Green+Blue) = 123+207+20=350 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.14% from 350); Green value is 207 (81.25% from 255 or 59.14% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 207 - color contains mainly: green. Hex color #7BCF14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BCF14 is #8430EB. Grayscale: #A1A1A1. Windows color (decimal): -8663276 or 1363835. OLE color: 1363835.

HSL color Cylindrical-coordinate representation of color #7BCF14: hue angle of 86.95º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7BCF14 is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 207 20 -
CMYK 0.41 0 0.90 0.19
HSL 86.95º 0.82% 0.45% -
HSV(B) 86.95º 0.9% 0.81% -
XYZ 30.61 48.89 8.48 -
YUV 160.57 48.67 101.21 -
System Red Green Blue C M Y K H S L
Decimal 123 207 20 0.41 0 0.90 0.19 86.95 0.82 0.45
Hex 7B CF 14 29 0 5A 13 57 52 2D
Octal 173 317 24 51 0 132 23 127 122 55
Binary 1111011 11001111 10100 101001 0 1011010 10011 1010111 1010010 101101

Color Harmonies of #7BCF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCF14

Black with #7BCF14

Text Example


Text Example

White with #7BCF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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