Html Css Color HEX #7CC023 Lima

📋 copy color: '#7CC023'

red 124 ◦ green 192 ◦ blue 35

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

Shades of Lima #7CC023

Tints of Lima #7CC023

RGB

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

 GREEN value IS 192 (75.39% from 255) = 54.7%

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

R = 35.33%
G = 54.7%
B = 9.97%

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

#7CC023 (or 0x7CC023) is known color: Lima. HEX triplet: 7C, C0 and 23. RGB value is (124,192,35). Sum of RGB (Red+Green+Blue) = 124+192+35=351 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.33% from 351); Green value is 192 (75.39% from 255 or 54.70% from 351); Blue value is 35 (14.06% from 255 or 9.97% from 351); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC023 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC023 is #833FDC. Grayscale: #9A9A9A. Windows color (decimal): -8601565 or 2343036. OLE color: 2343036.

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

Color convert

RGB 124 192 35 -
CMYK 0.35 0 0.82 0.25
HSL 85.99º 0.69% 0.45% -
HSV(B) 85.99º 0.82% 0.75% -
XYZ 27.47 42.11 8.27 -
YUV 153.77 60.97 106.77 -
System Red Green Blue C M Y K H S L
Decimal 124 192 35 0.35 0 0.82 0.25 85.99 0.69 0.45
Hex 7C C0 23 23 0 52 19 56 45 2D
Octal 174 300 43 43 0 122 31 126 105 55
Binary 1111100 11000000 100011 100011 0 1010010 11001 1010110 1000101 101101

Color Harmonies of #7CC023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC023

Black with #7CC023

Text Example


Text Example

White with #7CC023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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