Html Css Color HEX #7CBF23 Lima

📋 copy color: '#7CBF23'

red 124 ◦ green 191 ◦ blue 35

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

Shades of Lima #7CBF23

Tints of Lima #7CBF23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10%

R = 35.43%
G = 54.57%
B = 10%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#7CBF23 (or 0x7CBF23) is known color: Lima. HEX triplet: 7C, BF and 23. RGB value is (124,191,35). Sum of RGB (Red+Green+Blue) = 124+191+35=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 191 (75% from 255 or 54.57% from 350); Blue value is 35 (14.06% from 255 or 10% from 350); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF23 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBF23 is #8340DC. Grayscale: #999999. Windows color (decimal): -8601821 or 2342780. OLE color: 2342780.

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

Color convert

RGB 124 191 35 -
CMYK 0.35 0 0.82 0.25
HSL 85.77º 0.69% 0.44% -
HSV(B) 85.77º 0.82% 0.75% -
XYZ 27.25 41.67 8.2 -
YUV 153.18 61.3 107.18 -
System Red Green Blue C M Y K H S L
Decimal 124 191 35 0.35 0 0.82 0.25 85.77 0.69 0.44
Hex 7C BF 23 23 0 52 19 56 45 2C
Octal 174 277 43 43 0 122 31 126 105 54
Binary 1111100 10111111 100011 100011 0 1010010 11001 1010110 1000101 101100

Color Harmonies of #7CBF23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBF23

Black with #7CBF23

Text Example


Text Example

White with #7CBF23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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