Html Css Color HEX #7DCE05 Lima

📋 copy color: '#7DCE05'

red 125 ◦ green 206 ◦ blue 5

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

Shades of Lima #7DCE05

Tints of Lima #7DCE05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.49%

R = 37.2%
G = 61.31%
B = 1.49%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#7DCE05 (or 0x7DCE05) is known color: Lima. HEX triplet: 7D, CE and 05. RGB value is (125,206,5). Sum of RGB (Red+Green+Blue) = 125+206+5=336 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.20% from 336); Green value is 206 (80.86% from 255 or 61.31% from 336); Blue value is 5 (2.34% from 255 or 1.49% from 336); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DCE05 is #8231FA. Grayscale: #9F9F9F. Windows color (decimal): -8532475 or 380541. OLE color: 380541.

HSL color Cylindrical-coordinate representation of color #7DCE05: hue angle of 84.18º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7DCE05 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 206 5 -
CMYK 0.39 0 0.98 0.19
HSL 84.18º 0.95% 0.41% -
HSV(B) 84.18º 0.98% 0.81% -
XYZ 30.56 48.51 7.9 -
YUV 158.87 41.16 103.84 -
System Red Green Blue C M Y K H S L
Decimal 125 206 5 0.39 0 0.98 0.19 84.18 0.95 0.41
Hex 7D CE 5 27 0 62 13 54 5F 29
Octal 175 316 5 47 0 142 23 124 137 51
Binary 1111101 11001110 101 100111 0 1100010 10011 1010100 1011111 101001

Color Harmonies of #7DCE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCE05

Black with #7DCE05

Text Example


Text Example

White with #7DCE05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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