Html Css Color HEX #7CBB04 Lima

📋 copy color: '#7CBB04'

red 124 ◦ green 187 ◦ blue 4

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

Shades of Lima #7CBB04

Tints of Lima #7CBB04

RGB

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

 GREEN value IS 187 (73.44% from 255) = 59.37%

 BLUE value IS 4 (1.95% from 255) = 1.27%

R = 39.37%
G = 59.37%
B = 1.27%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#7CBB04 (or 0x7CBB04) is known color: Lima. HEX triplet: 7C, BB and 04. RGB value is (124,187,4). Sum of RGB (Red+Green+Blue) = 124+187+4=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 187 (73.44% from 255 or 59.37% from 315); Blue value is 4 (1.95% from 255 or 1.27% from 315); Max value from RGB is 187 - color contains mainly: green. Hex color #7CBB04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBB04 is #8344FB. Grayscale: #939393. Windows color (decimal): -8602876 or 310140. OLE color: 310140.

HSL color Cylindrical-coordinate representation of color #7CBB04: hue angle of 80.66º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7CBB04 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 187 4 -
CMYK 0.34 0 0.98 0.27
HSL 80.66º 0.96% 0.37% -
HSV(B) 80.66º 0.98% 0.73% -
XYZ 26.1 39.83 6.43 -
YUV 147.3 47.13 111.38 -
System Red Green Blue C M Y K H S L
Decimal 124 187 4 0.34 0 0.98 0.27 80.66 0.96 0.37
Hex 7C BB 4 22 0 62 1B 51 60 25
Octal 174 273 4 42 0 142 33 121 140 45
Binary 1111100 10111011 100 100010 0 1100010 11011 1010001 1100000 100101

Color Harmonies of #7CBB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBB04

Black with #7CBB04

Text Example


Text Example

White with #7CBB04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,187,4); }

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

background-color css

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

 a { background-color: rgb(124,187,4); }

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

border-color css

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

 span { border-color: rgb(124,187,4); }

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