Html Css Color HEX #7DCC1C Lima

📋 copy color: '#7DCC1C'

red 125 ◦ green 204 ◦ blue 28

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

Shades of Lima #7DCC1C

Tints of Lima #7DCC1C

RGB

 RED value IS 125 (49.22% from 255) = 35.01%

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

 BLUE value IS 28 (11.33% from 255) = 7.84%

R = 35.01%
G = 57.14%
B = 7.84%

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

#7DCC1C (or 0x7DCC1C) is known color: Lima. HEX triplet: 7D, CC and 1C. RGB value is (125,204,28). Sum of RGB (Red+Green+Blue) = 125+204+28=357 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.01% from 357); Green value is 204 (80.08% from 255 or 57.14% from 357); Blue value is 28 (11.33% from 255 or 7.84% from 357); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCC1C is #8233E3. Grayscale: #A0A0A0. Windows color (decimal): -8532964 or 1887357. OLE color: 1887357.

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

Color convert

RGB 125 204 28 -
CMYK 0.39 0 0.86 0.2
HSL 86.93º 0.76% 0.45% -
HSV(B) 86.93º 0.86% 0.8% -
XYZ 30.26 47.63 8.7 -
YUV 160.32 53.33 102.81 -
System Red Green Blue C M Y K H S L
Decimal 125 204 28 0.39 0 0.86 0.2 86.93 0.76 0.45
Hex 7D CC 1C 27 0 56 14 57 4C 2D
Octal 175 314 34 47 0 126 24 127 114 55
Binary 1111101 11001100 11100 100111 0 1010110 10100 1010111 1001100 101101

Color Harmonies of #7DCC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCC1C

Black with #7DCC1C

Text Example


Text Example

White with #7DCC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,204,28); }

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

background-color css

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

 a { background-color: rgb(125,204,28); }

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

border-color css

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

 span { border-color: rgb(125,204,28); }

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