Html Css Color HEX #7CCC1D Lima

📋 copy color: '#7CCC1D'

red 124 ◦ green 204 ◦ blue 29

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

Shades of Lima #7CCC1D

Tints of Lima #7CCC1D

RGB

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

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

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

R = 34.73%
G = 57.14%
B = 8.12%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#7CCC1D (or 0x7CCC1D) is known color: Lima. HEX triplet: 7C, CC and 1D. RGB value is (124,204,29). Sum of RGB (Red+Green+Blue) = 124+204+29=357 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.73% from 357); Green value is 204 (80.08% from 255 or 57.14% from 357); Blue value is 29 (11.72% from 255 or 8.12% from 357); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCC1D is #8333E2. Grayscale: #A0A0A0. Windows color (decimal): -8598499 or 1952892. OLE color: 1952892.

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

Color convert

RGB 124 204 29 -
CMYK 0.39 0 0.86 0.2
HSL 87.43º 0.75% 0.46% -
HSV(B) 87.43º 0.86% 0.8% -
XYZ 30.13 47.56 8.75 -
YUV 160.13 54 102.23 -
System Red Green Blue C M Y K H S L
Decimal 124 204 29 0.39 0 0.86 0.2 87.43 0.75 0.46
Hex 7C CC 1D 27 0 56 14 57 4B 2E
Octal 174 314 35 47 0 126 24 127 113 56
Binary 1111100 11001100 11101 100111 0 1010110 10100 1010111 1001011 101110

Color Harmonies of #7CCC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCC1D

Black with #7CCC1D

Text Example


Text Example

White with #7CCC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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