Html Css Color HEX #7BCF05 Lima

📋 copy color: '#7BCF05'

red 123 ◦ green 207 ◦ blue 5

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

Shades of Lima #7BCF05

Tints of Lima #7BCF05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.49%

R = 36.72%
G = 61.79%
B = 1.49%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#7BCF05 (or 0x7BCF05) is known color: Lima. HEX triplet: 7B, CF and 05. RGB value is (123,207,5). Sum of RGB (Red+Green+Blue) = 123+207+5=335 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.72% from 335); Green value is 207 (81.25% from 255 or 61.79% from 335); Blue value is 5 (2.34% from 255 or 1.49% from 335); Max value from RGB is 207 - color contains mainly: green. Hex color #7BCF05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BCF05 is #8430FA. Grayscale: #9F9F9F. Windows color (decimal): -8663291 or 380795. OLE color: 380795.

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

Color convert

RGB 123 207 5 -
CMYK 0.41 0 0.98 0.19
HSL 84.95º 0.95% 0.42% -
HSV(B) 84.95º 0.98% 0.81% -
XYZ 30.51 48.85 7.96 -
YUV 158.86 41.17 102.43 -
System Red Green Blue C M Y K H S L
Decimal 123 207 5 0.41 0 0.98 0.19 84.95 0.95 0.42
Hex 7B CF 5 29 0 62 13 55 5F 2A
Octal 173 317 5 51 0 142 23 125 137 52
Binary 1111011 11001111 101 101001 0 1100010 10011 1010101 1011111 101010

Color Harmonies of #7BCF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCF05

Black with #7BCF05

Text Example


Text Example

White with #7BCF05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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