Html Css Color HEX #7DCE14 Lima

📋 copy color: '#7DCE14'

red 125 ◦ green 206 ◦ blue 20

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

Shades of Lima #7DCE14

Tints of Lima #7DCE14

RGB

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

 GREEN value IS 206 (80.86% from 255) = 58.69%

 BLUE value IS 20 (8.2% from 255) = 5.7%

R = 35.61%
G = 58.69%
B = 5.7%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#7DCE14 (or 0x7DCE14) is known color: Lima. HEX triplet: 7D, CE and 14. RGB value is (125,206,20). Sum of RGB (Red+Green+Blue) = 125+206+20=351 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.61% from 351); Green value is 206 (80.86% from 255 or 58.69% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DCE14 is #8231EB. Grayscale: #A1A1A1. Windows color (decimal): -8532460 or 1363581. OLE color: 1363581.

HSL color Cylindrical-coordinate representation of color #7DCE14: hue angle of 86.13º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7DCE14 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 206 20 -
CMYK 0.39 0 0.90 0.19
HSL 86.13º 0.82% 0.44% -
HSV(B) 86.13º 0.9% 0.81% -
XYZ 30.66 48.55 8.42 -
YUV 160.58 48.66 102.62 -
System Red Green Blue C M Y K H S L
Decimal 125 206 20 0.39 0 0.90 0.19 86.13 0.82 0.44
Hex 7D CE 14 27 0 5A 13 56 52 2C
Octal 175 316 24 47 0 132 23 126 122 54
Binary 1111101 11001110 10100 100111 0 1011010 10011 1010110 1010010 101100

Color Harmonies of #7DCE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCE14

Black with #7DCE14

Text Example


Text Example

White with #7DCE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,206,20); }

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

background-color css

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

 a { background-color: rgb(125,206,20); }

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

border-color css

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

 span { border-color: rgb(125,206,20); }

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