Html Css Color HEX #7CBF25 Lima

📋 copy color: '#7CBF25'

red 124 ◦ green 191 ◦ blue 37

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

Shades of Lima #7CBF25

Tints of Lima #7CBF25

RGB

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

 GREEN value IS 191 (75% from 255) = 54.26%

 BLUE value IS 37 (14.84% from 255) = 10.51%

R = 35.23%
G = 54.26%
B = 10.51%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#7CBF25 (or 0x7CBF25) is known color: Lima. HEX triplet: 7C, BF and 25. RGB value is (124,191,37). Sum of RGB (Red+Green+Blue) = 124+191+37=352 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.23% from 352); Green value is 191 (75% from 255 or 54.26% from 352); Blue value is 37 (14.84% from 255 or 10.51% from 352); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBF25 is #8340DA. Grayscale: #999999. Windows color (decimal): -8601819 or 2473852. OLE color: 2473852.

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

Color convert

RGB 124 191 37 -
CMYK 0.35 0 0.81 0.25
HSL 86.1º 0.68% 0.45% -
HSV(B) 86.1º 0.81% 0.75% -
XYZ 27.28 41.68 8.36 -
YUV 153.41 62.3 107.02 -
System Red Green Blue C M Y K H S L
Decimal 124 191 37 0.35 0 0.81 0.25 86.1 0.68 0.45
Hex 7C BF 25 23 0 51 19 56 44 2D
Octal 174 277 45 43 0 121 31 126 104 55
Binary 1111100 10111111 100101 100011 0 1010001 11001 1010110 1000100 101101

Color Harmonies of #7CBF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBF25

Black with #7CBF25

Text Example


Text Example

White with #7CBF25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,191,37); }

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

background-color css

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

 a { background-color: rgb(124,191,37); }

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

border-color css

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

 span { border-color: rgb(124,191,37); }

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