Html Css Color HEX #7CC21D Lima

📋 copy color: '#7CC21D'

red 124 ◦ green 194 ◦ blue 29

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

Shades of Lima #7CC21D

Tints of Lima #7CC21D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 55.91%

 BLUE value IS 29 (11.72% from 255) = 8.36%

R = 35.73%
G = 55.91%
B = 8.36%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#7CC21D (or 0x7CC21D) is known color: Lima. HEX triplet: 7C, C2 and 1D. RGB value is (124,194,29). Sum of RGB (Red+Green+Blue) = 124+194+29=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 194 (76.17% from 255 or 55.91% from 347); Blue value is 29 (11.72% from 255 or 8.36% from 347); Max value from RGB is 194 - color contains mainly: green. Hex color #7CC21D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC21D is #833DE2. Grayscale: #9A9A9A. Windows color (decimal): -8601059 or 1950332. OLE color: 1950332.

HSL color Cylindrical-coordinate representation of color #7CC21D: hue angle of 85.45º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7CC21D is Cyan = 0.36, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 124 194 29 -
CMYK 0.36 0 0.85 0.24
HSL 85.45º 0.74% 0.44% -
HSV(B) 85.45º 0.85% 0.76% -
XYZ 27.83 42.96 7.99 -
YUV 154.26 57.31 106.42 -
System Red Green Blue C M Y K H S L
Decimal 124 194 29 0.36 0 0.85 0.24 85.45 0.74 0.44
Hex 7C C2 1D 24 0 55 18 55 4A 2C
Octal 174 302 35 44 0 125 30 125 112 54
Binary 1111100 11000010 11101 100100 0 1010101 11000 1010101 1001010 101100

Color Harmonies of #7CC21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC21D

Black with #7CC21D

Text Example


Text Example

White with #7CC21D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,194,29); }

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

background-color css

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

 a { background-color: rgb(124,194,29); }

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

border-color css

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

 span { border-color: rgb(124,194,29); }

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