Html Css Color HEX #7CCC23 Lima

📋 copy color: '#7CCC23'

red 124 ◦ green 204 ◦ blue 35

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

Shades of Lima #7CCC23

Tints of Lima #7CCC23

RGB

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

 GREEN value IS 204 (80.08% from 255) = 56.2%

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

R = 34.16%
G = 56.2%
B = 9.64%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#7CCC23 (or 0x7CCC23) is known color: Lima. HEX triplet: 7C, CC and 23. RGB value is (124,204,35). Sum of RGB (Red+Green+Blue) = 124+204+35=363 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.16% from 363); Green value is 204 (80.08% from 255 or 56.20% from 363); Blue value is 35 (14.06% from 255 or 9.64% from 363); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC23 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCC23 is #8333DC. Grayscale: #A1A1A1. Windows color (decimal): -8598493 or 2346108. OLE color: 2346108.

HSL color Cylindrical-coordinate representation of color #7CCC23: hue angle of 88.4º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7CCC23 is Cyan = 0.39, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB 124 204 35 -
CMYK 0.39 0 0.83 0.2
HSL 88.4º 0.71% 0.47% -
HSV(B) 88.4º 0.83% 0.8% -
XYZ 30.21 47.59 9.18 -
YUV 160.81 57 101.74 -
System Red Green Blue C M Y K H S L
Decimal 124 204 35 0.39 0 0.83 0.2 88.4 0.71 0.47
Hex 7C CC 23 27 0 53 14 58 47 2F
Octal 174 314 43 47 0 123 24 130 107 57
Binary 1111100 11001100 100011 100111 0 1010011 10100 1011000 1000111 101111

Color Harmonies of #7CCC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCC23

Black with #7CCC23

Text Example


Text Example

White with #7CCC23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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