Html Css Color HEX #7DCC1E Lima

📋 copy color: '#7DCC1E'

red 125 ◦ green 204 ◦ blue 30

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

Shades of Lima #7DCC1E

Tints of Lima #7DCC1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.36%

R = 34.82%
G = 56.82%
B = 8.36%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#7DCC1E (or 0x7DCC1E) is known color: Lima. HEX triplet: 7D, CC and 1E. RGB value is (125,204,30). Sum of RGB (Red+Green+Blue) = 125+204+30=359 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.82% from 359); Green value is 204 (80.08% from 255 or 56.82% from 359); Blue value is 30 (12.11% from 255 or 8.36% from 359); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCC1E is #8233E1. Grayscale: #A1A1A1. Windows color (decimal): -8532962 or 2018429. OLE color: 2018429.

HSL color Cylindrical-coordinate representation of color #7DCC1E: hue angle of 87.24º 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 #7DCC1E is Cyan = 0.39, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 125 204 30 -
CMYK 0.39 0 0.85 0.2
HSL 87.24º 0.74% 0.46% -
HSV(B) 87.24º 0.85% 0.8% -
XYZ 30.28 47.64 8.83 -
YUV 160.54 54.33 102.65 -
System Red Green Blue C M Y K H S L
Decimal 125 204 30 0.39 0 0.85 0.2 87.24 0.74 0.46
Hex 7D CC 1E 27 0 55 14 57 4A 2E
Octal 175 314 36 47 0 125 24 127 112 56
Binary 1111101 11001100 11110 100111 0 1010101 10100 1010111 1001010 101110

Color Harmonies of #7DCC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCC1E

Black with #7DCC1E

Text Example


Text Example

White with #7DCC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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