Html Css Color HEX #7CCD1D Lima

📋 copy color: '#7CCD1D'

red 124 ◦ green 205 ◦ blue 29

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

Shades of Lima #7CCD1D

Tints of Lima #7CCD1D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 57.26%

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

R = 34.64%
G = 57.26%
B = 8.1%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#7CCD1D (or 0x7CCD1D) is known color: Lima. HEX triplet: 7C, CD and 1D. RGB value is (124,205,29). Sum of RGB (Red+Green+Blue) = 124+205+29=358 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.64% from 358); Green value is 205 (80.47% from 255 or 57.26% from 358); Blue value is 29 (11.72% from 255 or 8.10% from 358); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCD1D is #8332E2. Grayscale: #A1A1A1. Windows color (decimal): -8598243 or 1953148. OLE color: 1953148.

HSL color Cylindrical-coordinate representation of color #7CCD1D: hue angle of 87.61º 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 #7CCD1D is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 124 205 29 -
CMYK 0.40 0 0.86 0.20
HSL 87.61º 0.75% 0.46% -
HSV(B) 87.61º 0.86% 0.8% -
XYZ 30.37 48.04 8.83 -
YUV 160.72 53.66 101.81 -
System Red Green Blue C M Y K H S L
Decimal 124 205 29 0.40 0 0.86 0.20 87.61 0.75 0.46
Hex 7C CD 1D 28 0 56 14 58 4B 2E
Octal 174 315 35 50 0 126 24 130 113 56
Binary 1111100 11001101 11101 101000 0 1010110 10100 1011000 1001011 101110

Color Harmonies of #7CCD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCD1D

Black with #7CCD1D

Text Example


Text Example

White with #7CCD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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