Html Css Color HEX #7CBE02 Lima

📋 copy color: '#7CBE02'

red 124 ◦ green 190 ◦ blue 2

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

Shades of Lima #7CBE02

Tints of Lima #7CBE02

RGB

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

 GREEN value IS 190 (74.61% from 255) = 60.13%

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 39.24%
G = 60.13%
B = 0.63%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#7CBE02 (or 0x7CBE02) is known color: Lima. HEX triplet: 7C, BE and 02. RGB value is (124,190,2). Sum of RGB (Red+Green+Blue) = 124+190+2=316 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.24% from 316); Green value is 190 (74.61% from 255 or 60.13% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 190 - color contains mainly: green. Hex color #7CBE02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBE02 is #8341FD. Grayscale: #959595. Windows color (decimal): -8602110 or 179836. OLE color: 179836.

HSL color Cylindrical-coordinate representation of color #7CBE02: hue angle of 81.06º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7CBE02 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 190 2 -
CMYK 0.35 0 0.99 0.25
HSL 81.06º 0.98% 0.38% -
HSV(B) 81.06º 0.99% 0.75% -
XYZ 26.74 41.12 6.58 -
YUV 148.83 45.13 110.29 -
System Red Green Blue C M Y K H S L
Decimal 124 190 2 0.35 0 0.99 0.25 81.06 0.98 0.38
Hex 7C BE 2 23 0 63 19 51 62 26
Octal 174 276 2 43 0 143 31 121 142 46
Binary 1111100 10111110 10 100011 0 1100011 11001 1010001 1100010 100110

Color Harmonies of #7CBE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBE02

Black with #7CBE02

Text Example


Text Example

White with #7CBE02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,190,2); }

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

background-color css

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

 a { background-color: rgb(124,190,2); }

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

border-color css

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

 span { border-color: rgb(124,190,2); }

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