Html Css Color HEX #7CCD1F Lima

📋 copy color: '#7CCD1F'

red 124 ◦ green 205 ◦ blue 31

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

Shades of Lima #7CCD1F

Tints of Lima #7CCD1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.61%

R = 34.44%
G = 56.94%
B = 8.61%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#7CCD1F (or 0x7CCD1F) is known color: Lima. HEX triplet: 7C, CD and 1F. RGB value is (124,205,31). Sum of RGB (Red+Green+Blue) = 124+205+31=360 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.44% from 360); Green value is 205 (80.47% from 255 or 56.94% from 360); Blue value is 31 (12.5% from 255 or 8.61% from 360); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCD1F is #8332E0. Grayscale: #A1A1A1. Windows color (decimal): -8598241 or 2084220. OLE color: 2084220.

HSL color Cylindrical-coordinate representation of color #7CCD1F: hue angle of 87.93º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7CCD1F is Cyan = 0.40, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 124 205 31 -
CMYK 0.40 0 0.85 0.20
HSL 87.93º 0.74% 0.46% -
HSV(B) 87.93º 0.85% 0.8% -
XYZ 30.39 48.05 8.97 -
YUV 160.95 54.66 101.65 -
System Red Green Blue C M Y K H S L
Decimal 124 205 31 0.40 0 0.85 0.20 87.93 0.74 0.46
Hex 7C CD 1F 28 0 55 14 58 4A 2E
Octal 174 315 37 50 0 125 24 130 112 56
Binary 1111100 11001101 11111 101000 0 1010101 10100 1011000 1001010 101110

Color Harmonies of #7CCD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCD1F

Black with #7CCD1F

Text Example


Text Example

White with #7CCD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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