Html Css Color HEX #7CCA0D Lima

📋 copy color: '#7CCA0D'

red 124 ◦ green 202 ◦ blue 13

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

Shades of Lima #7CCA0D

Tints of Lima #7CCA0D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 59.59%

 BLUE value IS 13 (5.47% from 255) = 3.83%

R = 36.58%
G = 59.59%
B = 3.83%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#7CCA0D (or 0x7CCA0D) is known color: Lima. HEX triplet: 7C, CA and 0D. RGB value is (124,202,13). Sum of RGB (Red+Green+Blue) = 124+202+13=339 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.58% from 339); Green value is 202 (79.30% from 255 or 59.59% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 202 - color contains mainly: green. Hex color #7CCA0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CCA0D is #8335F2. Grayscale: #9D9D9D. Windows color (decimal): -8599027 or 903804. OLE color: 903804.

HSL color Cylindrical-coordinate representation of color #7CCA0D: hue angle of 84.76º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7CCA0D is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 124 202 13 -
CMYK 0.39 0 0.94 0.21
HSL 84.76º 0.88% 0.42% -
HSV(B) 84.76º 0.94% 0.79% -
XYZ 29.51 46.56 7.81 -
YUV 157.13 46.66 104.37 -
System Red Green Blue C M Y K H S L
Decimal 124 202 13 0.39 0 0.94 0.21 84.76 0.88 0.42
Hex 7C CA D 27 0 5E 15 55 58 2A
Octal 174 312 15 47 0 136 25 125 130 52
Binary 1111100 11001010 1101 100111 0 1011110 10101 1010101 1011000 101010

Color Harmonies of #7CCA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCA0D

Black with #7CCA0D

Text Example


Text Example

White with #7CCA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,202,13); }

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

background-color css

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

 a { background-color: rgb(124,202,13); }

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

border-color css

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

 span { border-color: rgb(124,202,13); }

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