Html Css Color HEX #7CBF31 Lima

📋 copy color: '#7CBF31'

red 124 ◦ green 191 ◦ blue 49

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

Shades of Lima #7CBF31

Tints of Lima #7CBF31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.46%

R = 34.07%
G = 52.47%
B = 13.46%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#7CBF31 (or 0x7CBF31) is known color: Lima. HEX triplet: 7C, BF and 31. RGB value is (124,191,49). Sum of RGB (Red+Green+Blue) = 124+191+49=364 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.07% from 364); Green value is 191 (75% from 255 or 52.47% from 364); Blue value is 49 (19.53% from 255 or 13.46% from 364); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBF31 is #8340CE. Grayscale: #9B9B9B. Windows color (decimal): -8601807 or 3260284. OLE color: 3260284.

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

Color convert

RGB 124 191 49 -
CMYK 0.35 0 0.74 0.25
HSL 88.31º 0.59% 0.47% -
HSV(B) 88.31º 0.74% 0.75% -
XYZ 27.5 41.77 9.52 -
YUV 154.78 68.3 106.05 -
System Red Green Blue C M Y K H S L
Decimal 124 191 49 0.35 0 0.74 0.25 88.31 0.59 0.47
Hex 7C BF 31 23 0 4A 19 58 3B 2F
Octal 174 277 61 43 0 112 31 130 73 57
Binary 1111100 10111111 110001 100011 0 1001010 11001 1011000 111011 101111

Color Harmonies of #7CBF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBF31

Black with #7CBF31

Text Example


Text Example

White with #7CBF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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